![]() |
WebLVC 1.8 API Documentation
|
Represents SEES PDU Nozzle System Data. More...
Public Member Functions | |
| DtNozzleSystemData () | |
| Default CTOR. More... | |
| DtNozzleSystemData (const DtNozzleSystemData &orig) | |
| Copy CTOR. More... | |
| virtual | ~DtNozzleSystemData () |
| Virtual DTOR. More... | |
| DtNozzleSystemData & | operator= (const DtNozzleSystemData &orig) |
| Assignment operator. More... | |
| virtual std::ostream & | printDataToStream (std::ostream &stream) const |
| Prints the byte array to a stream in hex. More... | |
Equality Operators. | |
| bool | operator== (const DtNozzleSystemData &other) const |
| bool | operator!= (const DtNozzleSystemData &other) const |
Propulsion System Attributes. | |
| DtDEC_ATTRIBUTE (DtFloat32, HorizontalDeflectionAngle, horizontalDeflectionAngle) | |
| DtDEC_ATTRIBUTE (DtFloat32, VerticalDeflectionAngle, verticalDeflectionAngle) | |
Represents SEES PDU Nozzle System Data.
| MAKVrExchange::DtNozzleSystemData::DtNozzleSystemData | ( | ) |
Default CTOR.
| MAKVrExchange::DtNozzleSystemData::DtNozzleSystemData | ( | const DtNozzleSystemData & | orig | ) |
Copy CTOR.
|
virtual |
Virtual DTOR.
| MAKVrExchange::DtNozzleSystemData::DtDEC_ATTRIBUTE | ( | DtFloat32 | , |
| HorizontalDeflectionAngle | , | ||
| horizontalDeflectionAngle | |||
| ) |
| MAKVrExchange::DtNozzleSystemData::DtDEC_ATTRIBUTE | ( | DtFloat32 | , |
| VerticalDeflectionAngle | , | ||
| verticalDeflectionAngle | |||
| ) |
| bool MAKVrExchange::DtNozzleSystemData::operator!= | ( | const DtNozzleSystemData & | other | ) | const |
| DtNozzleSystemData& MAKVrExchange::DtNozzleSystemData::operator= | ( | const DtNozzleSystemData & | orig | ) |
Assignment operator.
| bool MAKVrExchange::DtNozzleSystemData::operator== | ( | const DtNozzleSystemData & | other | ) | const |
|
virtual |
Prints the byte array to a stream in hex.