15 #include <vlutil/vlNetTypes.h>
27 virtual unsigned int encodedLength();
28 virtual unsigned char*
encode(
unsigned char* buffer);
30 virtual void decode(
unsigned char* buffer,
unsigned int length);
33 void setIcing(IcingStatus val);
36 virtual void update();
DtNetU8 myIcing
Definition: DtIcingDetectedElement.h:38
#define DT_DLL_VRVLOCALMS
Definition: vrvLocalMS.h:21
Contains DLL export macros.
IcingStatus
Definition: DtIcingDetectedElement.h:22
Definition: DtIcingDetectedElement.h:19
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer.
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
Definition: DtIcingDetectedElement.h:22