|
Namespaces |
| namespace | msgFunctions |
Functions |
| void | msgFunctions::encode (const unsigned u, NetMessage *msg) |
| void | msgFunctions::decode (unsigned &u, NetMessage *msg) |
| void | msgFunctions::encode (const int i, NetMessage *msg) |
| void | msgFunctions::decode (int &i, NetMessage *msg) |
| void | msgFunctions::encode (unsigned short s, NetMessage *msg) |
| void | msgFunctions::decode (unsigned short &s, NetMessage *msg) |
| void | msgFunctions::encode (short s, NetMessage *msg) |
| void | msgFunctions::decode (short &s, NetMessage *msg) |
| void | msgFunctions::encode (bool b, NetMessage *msg) |
| void | msgFunctions::decode (bool &b, NetMessage *msg) |
| void | msgFunctions::encode (float f, NetMessage *msg) |
| void | msgFunctions::decode (float &f, NetMessage *msg) |
| void | msgFunctions::encode (double d, NetMessage *msg) |
| void | msgFunctions::decode (double &d, NetMessage *msg) |
| void | msgFunctions::encode (uint64_t u, NetMessage *msg) |
| void | msgFunctions::decode (uint64_t &u, NetMessage *msg) |
| void | msgFunctions::encode (std::string s, NetMessage *msg) |
| void | msgFunctions::decode (std::string &s, NetMessage *msg) |
| void | msgFunctions::encode (gmtl::Vec3f v, NetMessage *msg) |
| void | msgFunctions::decode (gmtl::Vec3f &v, NetMessage *msg) |
| void | msgFunctions::encode (gmtl::Quatf q, NetMessage *msg) |
| void | msgFunctions::decode (gmtl::Quatf &q, NetMessage *msg) |
| void | msgFunctions::encode (TransformationData t, NetMessage *msg) |
| void | msgFunctions::decode (TransformationData &t, NetMessage *msg) |
| void | msgFunctions::encode (SensorData s, NetMessage *msg) |
| void | msgFunctions::decode (SensorData &s, NetMessage *msg) |