88 static unsigned int recordTypeToUseUuidRecord();
91 static unsigned int recordTypeToUseSourceUnitRecord();
94 static void setRecordTypeToUse(
unsigned int typeToUse);
This file declares DtNetUuidRecord DtNetUuidRecord is an attribute record struct containing a 16 byte...
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual unsigned unpaddedNetsize() const =0
This is the network size of the record without padding.
static const unsigned int theMinimumSize
Definition: uuidRecord.h:100
virtual unsigned int netSize()
Returns the size of the network representation (including padding bytes)
DtNetUuidRecord myNetUuidRecord
Definition: uuidRecord.h:99
virtual DtStandardVariableRecord * clone() const =0
Clone.
virtual void setRecordLength(unsigned int recordLength)=0
Must include size of record header and padding to 8 bytes.
Variable record for sending a single Uuid and used for UniqueID record and Source Unit Record...
Definition: uuidRecord.h:16
virtual void printData() const
Prints the data to DtInfo.
virtual void printDataToStream(std::ostream &stream) const =0
Prints the data to the specified stream.
virtual bool operator==(const DtStandardVariableRecord &other)=0
Equals operator.
Definition: uuidRecordP.h:16
A Universally Unique Identifier DtVrlUuid stores a 16byte encoded UUID string.
Definition: vlUuid.h:28
virtual void writeRecord(void *addr) const =0
virtual unsigned int recordLength() const =0
Get/Set Record Length.
virtual unsigned int recordType() const =0
Get/Set Record Type.
virtual void setRecordType(unsigned int recordType)=0
Get/Set Record Type.
DtVrlUuid myVrlUuid
Definition: uuidRecord.h:98
virtual void setFromNet(const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL)=0
Sets the record from Network Representation from the given location.
Definition: standardVariableRecord.h:22
DtStandardVariableRetCode
Definition: standardVariableRecord.h:14
Contains the DtVrlUuid class declaration/definition.
This file contains typedefs for machine dependant types.