53 virtual const std::vector<DtVrlUuid>& uuids()
const;
56 virtual void setUuids(
const std::vector<DtVrlUuid>& uuids);
76 virtual unsigned int netSize()
const;
85 static unsigned int recordTypeToUse();
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Variable record for sending NETN embedded unit list record.
Definition: embeddedUnitListRecord.h:17
virtual unsigned unpaddedNetsize() const =0
This is the network size of the record without padding.
Contains the standard NETN enumerations.
virtual unsigned int netSize()
Returns the size of the network representation (including padding bytes)
virtual DtStandardVariableRecord * clone() const =0
Clone.
DtNetEmbeddedUnitListRecord myNetEmbeddedUnitListRecord
Definition: embeddedUnitListRecord.h:91
virtual void setRecordLength(unsigned int recordLength)=0
Must include size of record header and padding to 8 bytes.
virtual void printData() const
Prints the data to DtInfo.
std::vector< DtVrlUuid > myVrlEmbeddedUnitList
Definition: embeddedUnitListRecord.h:90
virtual void printDataToStream(std::ostream &stream) const =0
Prints the data to the specified stream.
virtual bool operator==(const DtStandardVariableRecord &other)=0
Equals operator.
This file declares DtNetEmbeddedUnitListRecord DtNetEmbeddedUnitListRecord is an attribute record str...
static const unsigned int theMinimumSize
Definition: embeddedUnitListRecord.h:92
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.
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
Definition: embeddedUnitListRecordP.h:16
DtStandardVariableRetCode
Definition: standardVariableRecord.h:14
Contains the DtVrlUuid class declaration/definition.
This file contains typedefs for machine dependant types.