![]() |
VR-Link API Documentation for HLA 1.3
|
DtVectoringNozzleSystem is a class which contains the vectoring nozzle system data for the supplemental emissions/entity state PDU. More...
Collaboration diagram for DtVectoringNozzleSystem:Public Member Functions | |
| DtVectoringNozzleSystem () | |
| Constructors. | |
| DtVectoringNozzleSystem (const DtVectoringNozzleSystem &orig) | |
| DtVectoringNozzleSystem & | operator= (const DtVectoringNozzleSystem &orig) |
| Assignment operator. | |
| DtVectoringNozzleSystem & | operator= (const DtNetVectoringNozzleSystem &orig) |
| virtual | ~DtVectoringNozzleSystem () |
| Destructor. | |
| virtual int | operator== (const DtVectoringNozzleSystem &other) const |
| virtual int | operator!= (const DtVectoringNozzleSystem &other) const |
| virtual void | setHorDeflection (DtFloat32 value) |
| Set/Get the horizontal deflection. | |
| virtual DtFloat32 | horDeflection () const |
| virtual void | setVertDeflection (DtFloat32 value) |
| Set/Get the vertical deflection. | |
| virtual DtFloat32 | vertDeflection () const |
| virtual void | printData () const |
| Print the information contained in the record to the DtInto stream. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| prints the information contained in the record to the stream specified | |
| virtual void | unloadNetRecord (const DtNetVectoringNozzleSystem &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetVectoringNozzleSystem &record) const |
Protected Attributes | |
| DtFloat32 | myHorizontalDeflection |
| Data members: | |
| DtFloat32 | myVerticalDeflection |
DtVectoringNozzleSystem is a class which contains the vectoring nozzle system data for the supplemental emissions/entity state PDU.
Constructors.
| virtual DtVectoringNozzleSystem::~DtVectoringNozzleSystem | ( | ) | [virtual] |
Destructor.
| virtual DtFloat32 DtVectoringNozzleSystem::horDeflection | ( | ) | const [virtual] |
| virtual void DtVectoringNozzleSystem::loadNetRecord | ( | DtNetVectoringNozzleSystem & | record | ) | const [virtual] |
| virtual int DtVectoringNozzleSystem::operator!= | ( | const DtVectoringNozzleSystem & | other | ) | const [virtual] |
| DtVectoringNozzleSystem& DtVectoringNozzleSystem::operator= | ( | const DtVectoringNozzleSystem & | orig | ) |
Assignment operator.
| DtVectoringNozzleSystem& DtVectoringNozzleSystem::operator= | ( | const DtNetVectoringNozzleSystem & | orig | ) |
| virtual int DtVectoringNozzleSystem::operator== | ( | const DtVectoringNozzleSystem & | other | ) | const [virtual] |
| virtual void DtVectoringNozzleSystem::printData | ( | ) | const [virtual] |
Print the information contained in the record to the DtInto stream.
| virtual void DtVectoringNozzleSystem::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
prints the information contained in the record to the stream specified
| virtual void DtVectoringNozzleSystem::setHorDeflection | ( | DtFloat32 | value | ) | [virtual] |
Set/Get the horizontal deflection.
| virtual void DtVectoringNozzleSystem::setVertDeflection | ( | DtFloat32 | value | ) | [virtual] |
Set/Get the vertical deflection.
| virtual void DtVectoringNozzleSystem::unloadNetRecord | ( | const DtNetVectoringNozzleSystem & | record | ) | [virtual] |
Load/Unload data from a packet record.
| virtual DtFloat32 DtVectoringNozzleSystem::vertDeflection | ( | ) | const [virtual] |
Data members: