30 virtual void setUUIDItem(
int index,
DtU8& val);
31 virtual void setUUID(
const DtU8 val[16]);
33 virtual const DtU8* UUIDItem(
int index)
const;
34 virtual const DtU8* UUID()
const;
44 static int octetBoundary();
45 unsigned int getPaddingSize(
unsigned long long byteOffset,
unsigned int boundary)
const;
47 void writeToBuffer(
char* buffer )
const;
48 void fillFromBuffer(
const char* buffer,
int bufferSize,
int offset );
50 virtual void printData()
const;
52 virtual void printDataToStream(std::ostream &)
const;
Contains the DtEntityIdentifier class declaration.
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
This file contains typedefs used to represent objects in a protocol neutral way.
This file declares DtVector and DtVector32.
Definition: metocUUID.h:21
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
A Universally Unique Identifier DtVrlUuid stores a 16byte encoded UUID string.
Definition: vlUuid.h:28
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
const bool operator<(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.