![]() |
VR-Link API Documentation for DIS
|
class DtLePositionError: More...
Collaboration diagram for DtLePositionError:Public Member Functions | |
| DtLePositionError () | |
| Constructors. | |
| DtLePositionError (const DtLePositionError &orig) | |
| DtLePositionError & | operator= (const DtLePositionError &orig) |
| Assignment operator. | |
| DtLePositionError & | operator= (const DtNetLePositionError &orig) |
| virtual | ~DtLePositionError () |
| Destructor. | |
| virtual void | setHorizontalError (DtU16 value) |
| Set/Get horizontal error. | |
| virtual DtU16 | horizontalError () const |
| virtual void | setVerticalError (DtU16 value) |
| Set/Get vertical error. | |
| virtual DtU16 | verticalError () const |
| virtual void | print () const |
| Print the information contained in the record. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the information to a stream. | |
| virtual void | unloadNetRecord (const DtNetLePositionError &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetLePositionError &record) const |
Protected Attributes | |
| DtU16 | myHorizontalError |
| Data members: | |
| DtU16 | myVerticalError |
class DtLePositionError:
DtLePositionError is a class which contains the entity location information for the live entity PDUs.
Constructors.
| DtLePositionError::DtLePositionError | ( | const DtLePositionError & | orig | ) |
| virtual DtLePositionError::~DtLePositionError | ( | ) | [virtual] |
Destructor.
| virtual DtU16 DtLePositionError::horizontalError | ( | ) | const [virtual] |
| virtual void DtLePositionError::loadNetRecord | ( | DtNetLePositionError & | record | ) | const [virtual] |
| DtLePositionError& DtLePositionError::operator= | ( | const DtLePositionError & | orig | ) |
Assignment operator.
| DtLePositionError& DtLePositionError::operator= | ( | const DtNetLePositionError & | orig | ) |
| virtual void DtLePositionError::print | ( | ) | const [virtual] |
Print the information contained in the record.
| virtual void DtLePositionError::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the information to a stream.
| virtual void DtLePositionError::setHorizontalError | ( | DtU16 | value | ) | [virtual] |
Set/Get horizontal error.
| virtual void DtLePositionError::setVerticalError | ( | DtU16 | value | ) | [virtual] |
Set/Get vertical error.
| virtual void DtLePositionError::unloadNetRecord | ( | const DtNetLePositionError & | record | ) | [virtual] |
Load/Unload data from a packet record.
| virtual DtU16 DtLePositionError::verticalError | ( | ) | const [virtual] |
DtU16 DtLePositionError::myHorizontalError [protected] |
Data members:
DtU16 DtLePositionError::myVerticalError [protected] |