![]() |
WebLVC 1.7d API Documentation
|
Represents SEES PDU Propulsion System Data. More...
Public Member Functions | |
| DtPropulsionSystemData () | |
| Default CTOR. More... | |
| DtPropulsionSystemData (const DtPropulsionSystemData &orig) | |
| Copy CTOR. More... | |
| virtual | ~DtPropulsionSystemData () |
| Virtual DTOR. More... | |
| DtPropulsionSystemData & | operator= (const DtPropulsionSystemData &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 DtPropulsionSystemData &other) const |
| bool | operator!= (const DtPropulsionSystemData &other) const |
Propulsion System Attributes. | |
| DtDEC_ATTRIBUTE (DtFloat32, PowerSetting, powerSetting) | |
| DtDEC_ATTRIBUTE (DtFloat32, EngineRpm, engineRpm) | |
Represents SEES PDU Propulsion System Data.
| MAKVrExchange::DtPropulsionSystemData::DtPropulsionSystemData | ( | ) |
Default CTOR.
| MAKVrExchange::DtPropulsionSystemData::DtPropulsionSystemData | ( | const DtPropulsionSystemData & | orig | ) |
Copy CTOR.
|
virtual |
Virtual DTOR.
| MAKVrExchange::DtPropulsionSystemData::DtDEC_ATTRIBUTE | ( | DtFloat32 | , |
| PowerSetting | , | ||
| powerSetting | |||
| ) |
| MAKVrExchange::DtPropulsionSystemData::DtDEC_ATTRIBUTE | ( | DtFloat32 | , |
| EngineRpm | , | ||
| engineRpm | |||
| ) |
| bool MAKVrExchange::DtPropulsionSystemData::operator!= | ( | const DtPropulsionSystemData & | other | ) | const |
| DtPropulsionSystemData& MAKVrExchange::DtPropulsionSystemData::operator= | ( | const DtPropulsionSystemData & | orig | ) |
Assignment operator.
| bool MAKVrExchange::DtPropulsionSystemData::operator== | ( | const DtPropulsionSystemData & | other | ) | const |
|
virtual |
Prints the byte array to a stream in hex.