![]() |
VR-Forces 4.3 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtIfMultiplePlanResponse |
| class DtIfMultiplePlanResponse: More... | |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Functions | |
| DT_DLL_vrfmsgs int | DtBufferSerialize::getSize (const DtIfPlan *const &messagePtr) |
| DT_DLL_vrfmsgs char * | DtBufferSerialize::encode (const DtIfPlan *const &messagePtr, char *buffer) |
| Encodes the specified DtIfPlan into the specified character array. | |
| DT_DLL_vrfmsgs const char * | DtBufferSerialize::decode (DtIfPlan *&messagePtr, const char *buffer) |
| Decodes the buffer into the DtIfPlan. | |