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