![]() |
VR-Link API Documentation for HLA 1.3
|
DtHlaLogicalTimeInterval objects are strings with time information based on the HLA Standard. More...
Collaboration diagram for DtHlaLogicalTimeInterval:Static Public Member Functions | |
| static int | octetBoundary () |
Protected Attributes | |
| RTI::LogicalTimeInterval * | myHlaLogicalTimeInterval |
DtHlaLogicalTimeInterval 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.
| DtHlaLogicalTimeInterval::DtHlaLogicalTimeInterval | ( | ) |
| DtHlaLogicalTimeInterval::DtHlaLogicalTimeInterval | ( | const RTI::LogicalTimeInterval & | val | ) |
| DtHlaLogicalTimeInterval::DtHlaLogicalTimeInterval | ( | const DtHlaLogicalTimeInterval & | orig | ) |
| DtHlaLogicalTimeInterval::~DtHlaLogicalTimeInterval | ( | ) |
| void DtHlaLogicalTimeInterval::fillFromBuffer | ( | const char * | buffer, |
| int | bufferSize, | ||
| int | offset | ||
| ) |
| unsigned int DtHlaLogicalTimeInterval::getPaddingSize | ( | unsigned int | byteOffset, |
| unsigned int | boundary, | ||
| unsigned int | hint = 1 |
||
| ) | const |
|
virtual |
|
virtual |
| int DtHlaLogicalTimeInterval::netSize | ( | ) | const |
|
static |
| bool DtHlaLogicalTimeInterval::operator!= | ( | const DtHlaLogicalTimeInterval & | other | ) | const |
| DtHlaLogicalTimeInterval& DtHlaLogicalTimeInterval::operator= | ( | const DtHlaLogicalTimeInterval & | orig | ) |
| DtHlaLogicalTimeInterval& DtHlaLogicalTimeInterval::operator= | ( | const RTI::LogicalTimeInterval & | orig | ) |
| bool DtHlaLogicalTimeInterval::operator== | ( | const DtHlaLogicalTimeInterval & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
| void DtHlaLogicalTimeInterval::writeToBuffer | ( | char * | buffer | ) | const |
|
mutableprotected |