55 virtual unsigned int stringLength()
const;
57 virtual void setStringLength(
unsigned int stringLength);
62 virtual std::wstring symbolId()
const;
64 virtual void setSymbolId(
const std::wstring& symbolId);
94 static unsigned int recordTypeToUse();
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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.
virtual void setRecordLength(unsigned int recordLength)=0
Must include size of record header and padding to 8 bytes.
static const unsigned int theMinimumSize
Definition: symbolIdRecord.h:100
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.
std::wstring mySymbolId
Definition: symbolIdRecord.h:98
This file declares DtNetSymbolIdRecord DtNetSymbolIdRecord is an attribute record struct containing a...
virtual void writeRecord(void *addr) const =0
virtual unsigned int recordLength() const =0
Get/Set Record Length.
int mySymbolIdPadding
Definition: symbolIdRecord.h:101
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:23
DtStandardVariableRetCode
Definition: standardVariableRecord.h:15
DtNetSymbolIdRecord myNetSymbolIdRecord
Definition: symbolIdRecord.h:99
Contains the DtVrlUuid class declaration/definition.
This file contains typedefs for machine dependant types.
Definition: symbolIdRecordP.h:17
Variable record for sending the SymbolId string.
Definition: symbolIdRecord.h:18