15 #include <vlutil/vlMachineTypes.h>
33 class DtEntityIdentifier;
45 namespace DtHlaBufferSerialize
#define DT_DLL_readerWriter
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: readerWriterDefines.h:34
DtRwInt that encodes the value as a 32 bit integer.
Definition: rwIntSized.h:131
DtRwInt that encodes the value as an 8 bit integer.
Definition: rwIntSized.h:29
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: vrfExtendedRecordData.h:18
DT_DLL_readerWriter int getSize(const DtRwBoolean &v)
The number of bytes required to encode the value.
DtRwReal that encodes the value as a 32 bit float.
Definition: rwRealSized.h:29
DtRwReal that encodes the value as a 64 bit float.
Definition: rwRealSized.h:78
Definition: rwVector.h:23
Definition: rangeItem.h:149
DT_DLL_readerWriter char * encode(const DtRwBoolean &val, char *buffer)
Serializes the provided value val into buffer. buffer must have at least the number of bytes returned...
DT_DLL_readerWriter const char * decode(DtRwBoolean &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwInt that encodes the value as a 16 bit integer.
Definition: rwIntSized.h:80
Definition: rangeItem.h:206
Definition: rwProperty.h:283
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
Definition: simInterfaceContent.h:45