|
R-Type
Distributed multiplayer game engine in C++
|
#include "CapnpNetworkBus.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | CapnpHelpers |
| Helper functions for Cap'n Proto serialization/deserialization. | |
Functions | |
| std::vector< uint8_t > | CapnpHelpers::serialize (capnp::MallocMessageBuilder &builder) |
| Serialize a Cap'n Proto message builder to bytes. | |
| capnp::FlatArrayMessageReader | CapnpHelpers::deserialize (const std::vector< uint8_t > &data) |
| Create a Cap'n Proto reader from received bytes. | |