![]() |
VR-Link API Documentation for HLA 1516
|
Collaboration diagram for DtEventIdentifierStruct:Public Member Functions | |
| DtEventIdentifierStruct () | |
| ~DtEventIdentifierStruct () | |
| DtEventIdentifierStruct (const DtEventIdentifierStruct &orig) | |
| DtEventIdentifierStruct & | operator= (const DtEventIdentifierStruct &orig) |
| virtual void | setEventCount (const DtU16 &val) |
| virtual const DtU16 & | eventCount () const |
| virtual void | setIssuingObjectIdentifier (const DtGlobalObjectDesignator &val) |
| virtual const DtGlobalObjectDesignator & | issuingObjectIdentifier () const |
| bool | operator== (const DtEventIdentifierStruct &other) const |
| bool | operator!= (const DtEventIdentifierStruct &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary) const |
| void | writeToBuffer (char *buffer) const |
| void | fillFromBuffer (const char *buffer, int bufferSize, int offset) |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &) const |
Static Public Member Functions | |
| static int | octetBoundary () |
Protected Attributes | |
| DtU16 | myEventCount |
| DtGlobalObjectDesignator | myIssuingObjectIdentifier |
| DtEventIdentifierStruct::DtEventIdentifierStruct | ( | ) |
| DtEventIdentifierStruct::~DtEventIdentifierStruct | ( | ) |
| DtEventIdentifierStruct::DtEventIdentifierStruct | ( | const DtEventIdentifierStruct & | orig | ) |
|
virtual |
| void DtEventIdentifierStruct::fillFromBuffer | ( | const char * | buffer, |
| int | bufferSize, | ||
| int | offset | ||
| ) |
| unsigned int DtEventIdentifierStruct::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
|
virtual |
| int DtEventIdentifierStruct::netSize | ( | ) | const |
|
static |
| bool DtEventIdentifierStruct::operator!= | ( | const DtEventIdentifierStruct & | other | ) | const |
| DtEventIdentifierStruct& DtEventIdentifierStruct::operator= | ( | const DtEventIdentifierStruct & | orig | ) |
| bool DtEventIdentifierStruct::operator== | ( | const DtEventIdentifierStruct & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtEventIdentifierStruct::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |