![]() |
VR-Link API Documentation for DIS
|
class DtLeOrientationError: More...
Collaboration diagram for DtLeOrientationError:Public Member Functions | |
| DtLeOrientationError () | |
| Constructors. | |
| DtLeOrientationError (const DtLeOrientationError &orig) | |
| DtLeOrientationError & | operator= (const DtLeOrientationError &orig) |
| Assignment operator. | |
| DtLeOrientationError & | operator= (const DtNetLeOrientationError &orig) |
| virtual | ~DtLeOrientationError () |
| Destructor. | |
| virtual void | setAzimuthError (DtU16 value) |
| Set/Get azimuth error. | |
| virtual DtU16 | azimuthError () const |
| virtual void | setElevationError (DtU16 value) |
| Set/Get elevation error. | |
| virtual DtU16 | elevationError () const |
| virtual void | setRotationError (DtU16 value) |
| Set/Get rotation error. | |
| virtual DtU16 | rotationError () 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 DtNetLeOrientationError &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetLeOrientationError &record) const |
Protected Attributes | |
| DtU16 | myAzimuthError |
| Data members: | |
| DtU16 | myElevationError |
| DtU16 | myRotationError |
class DtLeOrientationError:
DtLeOrientationError is a class which contains the entity orientation error information for the live entity PDUs.
Constructors.
| DtLeOrientationError::DtLeOrientationError | ( | const DtLeOrientationError & | orig | ) |
| virtual DtLeOrientationError::~DtLeOrientationError | ( | ) | [virtual] |
Destructor.
| virtual DtU16 DtLeOrientationError::azimuthError | ( | ) | const [virtual] |
| virtual DtU16 DtLeOrientationError::elevationError | ( | ) | const [virtual] |
| virtual void DtLeOrientationError::loadNetRecord | ( | DtNetLeOrientationError & | record | ) | const [virtual] |
| DtLeOrientationError& DtLeOrientationError::operator= | ( | const DtLeOrientationError & | orig | ) |
Assignment operator.
| DtLeOrientationError& DtLeOrientationError::operator= | ( | const DtNetLeOrientationError & | orig | ) |
| virtual void DtLeOrientationError::print | ( | ) | const [virtual] |
Print the information contained in the record.
| virtual void DtLeOrientationError::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the information to a stream.
| virtual DtU16 DtLeOrientationError::rotationError | ( | ) | const [virtual] |
| virtual void DtLeOrientationError::setAzimuthError | ( | DtU16 | value | ) | [virtual] |
Set/Get azimuth error.
| virtual void DtLeOrientationError::setElevationError | ( | DtU16 | value | ) | [virtual] |
Set/Get elevation error.
| virtual void DtLeOrientationError::setRotationError | ( | DtU16 | value | ) | [virtual] |
Set/Get rotation error.
| virtual void DtLeOrientationError::unloadNetRecord | ( | const DtNetLeOrientationError & | record | ) | [virtual] |
Load/Unload data from a packet record.
DtU16 DtLeOrientationError::myAzimuthError [protected] |
Data members:
DtU16 DtLeOrientationError::myElevationError [protected] |
DtU16 DtLeOrientationError::myRotationError [protected] |