![]() |
VR-Forces 4.2 Class Documentation
|
Go to the source code of this file.
Classes | |
| struct | DtNetSignalMessageHeader |
| File: signalMessageHeader. More... | |
| class | DtSignalMessageHeader |
| DtSignalMessageHeader. 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 DtSignalMessageHeader *const &messagePtr) |
| DT_DLL_vrfmsgs char * | DtBufferSerialize::encode (const DtSignalMessageHeader *const &messagePtr, char *buffer) |
| Encodes the specified DtSignalMessageHeader into the specified character array. | |
| DT_DLL_vrfmsgs const char * | DtBufferSerialize::decode (DtSignalMessageHeader *&messagePtr, const char *buffer) |
| Decodes the buffer into the DtSignalMessageHeader using the DtVrfObjectMessage factory. | |