Go to the source code of this file.
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_vrfutil int | DtBufferSerialize::getSize (const DtRwActivities &val) |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRwActivities &val, const char *buffer) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRwActivities &val, char *buffer) |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtRwHazardType &val) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRwHazardType &val, char *buffer) |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRwHazardType &val, const char *buffer) |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtRwHazardAreaInformation &val) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRwHazardAreaInformation &val, char *buffer) |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRwHazardAreaInformation &val, const char *buffer) |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtRwAffectableEngineeringObject &val) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRwAffectableEngineeringObject &val, char *buffer) |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRwAffectableEngineeringObject &val, const char *buffer) |
| DT_DLL_vrfutil int | DtBufferSerialize::getSize (const DtRwUserQuestion &list) |
| DT_DLL_vrfutil char * | DtBufferSerialize::encode (const DtRwUserQuestion &list, char *buffer) |
| DT_DLL_vrfutil const char * | DtBufferSerialize::decode (DtRwUserQuestion &list, const char *buffer) |
Detailed Description