![]() |
VR-Link API Documentation for HLA 1.3
|
DtHlaLogicalTime objects are strings with time information based on the HLA Standard. More...
Collaboration diagram for DtHlaLogicalTime:Public Member Functions | |
| DtHlaLogicalTime () | |
| DtHlaLogicalTime (const RTI::LogicalTime &val) | |
| DtHlaLogicalTime (const DtHlaLogicalTime &orig) | |
| DtHlaLogicalTime & | operator= (const DtHlaLogicalTime &orig) |
| DtHlaLogicalTime & | operator= (const RTI::LogicalTime &orig) |
| ~DtHlaLogicalTime () | |
| virtual void | setHlaLogicalTime (const RTI::LogicalTime &val) |
| virtual const RTI::LogicalTime & | hlaLogicalTime () const |
| virtual DtString | hlaLogicalTimeString () const |
| bool | operator== (const DtHlaLogicalTime &other) const |
| bool | operator!= (const DtHlaLogicalTime &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned int byteOffset, unsigned int boundary, unsigned int hint=1) 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 | |
| RTI::LogicalTime * | myHlaLogicalTime |
DtHlaLogicalTime objects are strings with time information based on the HLA Standard.
The encoding and decoding is done by the RTI itself and maybe RTI Implementation specific.
| DtHlaLogicalTime::DtHlaLogicalTime | ( | ) |
| DtHlaLogicalTime::DtHlaLogicalTime | ( | const RTI::LogicalTime & | val | ) |
| DtHlaLogicalTime::DtHlaLogicalTime | ( | const DtHlaLogicalTime & | orig | ) |
| DtHlaLogicalTime::~DtHlaLogicalTime | ( | ) |
| unsigned int DtHlaLogicalTime::getPaddingSize | ( | unsigned int | byteOffset, |
| unsigned int | boundary, | ||
| unsigned int | hint = 1 |
||
| ) | const |
|
virtual |
|
virtual |
| int DtHlaLogicalTime::netSize | ( | ) | const |
|
static |
| bool DtHlaLogicalTime::operator!= | ( | const DtHlaLogicalTime & | other | ) | const |
| DtHlaLogicalTime& DtHlaLogicalTime::operator= | ( | const DtHlaLogicalTime & | orig | ) |
| DtHlaLogicalTime& DtHlaLogicalTime::operator= | ( | const RTI::LogicalTime & | orig | ) |
| bool DtHlaLogicalTime::operator== | ( | const DtHlaLogicalTime & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
| void DtHlaLogicalTime::writeToBuffer | ( | char * | buffer | ) | const |
|
mutableprotected |