18#include <vrfutil/rwSensorContactInfo.h>
189 virtual char*
encode(
char* buffer)
const;
194 virtual const char*
decode(
const char* buffer);
Export/import macros for the VRF Messages library.
#define VRFMESSAGES_DLL
Definition export.h:23
Namespace containing serialization functions for buffer operations.
Definition rwRadarContactInfo.h:251
VRFMESSAGES_DLL int getSize(const DtRwRadarContactInfo &data)
Gets the number of bytes required to encode the value.
VRFMESSAGES_DLL const char * decode(DtRwRadarContactInfo &data, const char *buffer)
Deserializes data from a buffer into the provided object.
VRFMESSAGES_DLL char * encode(const DtRwRadarContactInfo &data, char *buffer)
Serializes the provided data into a buffer.