|
VR-Engage
2.2
|
Functions | |
| VRFMESSAGES_DLL int | getSize (const DtRwRadarContactInfo &data) |
| VRFMESSAGES_DLL char * | encode (const DtRwRadarContactInfo &data, char *buffer) |
| VRFMESSAGES_DLL const char * | decode (DtRwRadarContactInfo &data, const char *buffer) |
| VRFMESSAGES_DLL int | getSize (const DtRwRadarStateInfo &info) |
| VRFMESSAGES_DLL char * | encode (const DtRwRadarStateInfo &info, char *buffer) |
| VRFMESSAGES_DLL const char * | decode (DtRwRadarStateInfo &info, const char *buffer) |
| VRFMESSAGES_DLL int DtBufferSerialize::getSize | ( | const DtRwRadarContactInfo & | data | ) |
Gets the number of bytes required to encode the value.
| data | The radar contact info to calculate size for |
References VRFMESSAGES_DLL.
| VRFMESSAGES_DLL char * DtBufferSerialize::encode | ( | const DtRwRadarContactInfo & | data, |
| char * | buffer ) |
Serializes the provided data into a buffer.
| data | The radar contact info to encode |
| buffer | The buffer to serialize into |
Serializes the provided value data into buffer. The buffer must have at least the number of bytes returned by getSize() for the same parameter. No length checking is done on the buffer.
References VRFMESSAGES_DLL.
| VRFMESSAGES_DLL const char * DtBufferSerialize::decode | ( | DtRwRadarContactInfo & | data, |
| const char * | buffer ) |
Deserializes data from a buffer into the provided object.
| data | The radar contact info to populate |
| buffer | The buffer to deserialize from |
Decodes a value from buffer and places the result in data. Buffer must contain a value created by the corresponding call to encode().
References VRFMESSAGES_DLL.
| VRFMESSAGES_DLL int DtBufferSerialize::getSize | ( | const DtRwRadarStateInfo & | info | ) |
Gets the number of bytes required to encode the value.
| info | The radar state info to calculate size for |
References VRFMESSAGES_DLL.
| VRFMESSAGES_DLL char * DtBufferSerialize::encode | ( | const DtRwRadarStateInfo & | info, |
| char * | buffer ) |
Serializes the provided data into a buffer.
| info | The radar state info to encode |
| buffer | The buffer to serialize into |
Serializes the provided radar state info into the buffer. The buffer must have at least the number of bytes returned by getSize().
References VRFMESSAGES_DLL.
| VRFMESSAGES_DLL const char * DtBufferSerialize::decode | ( | DtRwRadarStateInfo & | info, |
| const char * | buffer ) |
Deserializes data from a buffer into the provided object.
| info | The radar state info to populate |
| buffer | The buffer to deserialize from |
References VRFMESSAGES_DLL.