![]() |
VR-Forces 4.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtSensorDataEntry |
| File: sensorDataEntry.h. More... | |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Typedefs | |
| typedef std::vector < DtSensorDataEntry > | DtSensorDataEntryList |
Functions | |
| DT_DLL_vrfmsgs int | DtBufferSerialize::getSize (const DtSensorDataEntry &data) |
| The number of bytes required to encode the value. | |
| DT_DLL_vrfmsgs char * | DtBufferSerialize::encode (const DtSensorDataEntry &data, char *buffer) |
| Serializes the provided value data into buffer. | |
| DT_DLL_vrfmsgs const char * | DtBufferSerialize::decode (DtSensorDataEntry &data, const char *buffer) |
| Decodes a value from buffer and places the result in data of the type specified by data. | |
| typedef std::vector<DtSensorDataEntry> DtSensorDataEntryList |