#include <DieselEngineConfigurationRecord.h>
Inherits openjaus::model::fields::Record.
§ DieselEngineConfigurationRecord() [1/2]
| openjaus::ugv::DieselEngineConfigurationRecord::DieselEngineConfigurationRecord |
( |
| ) |
|
§ DieselEngineConfigurationRecord() [2/2]
§ ~DieselEngineConfigurationRecord()
| openjaus::ugv::DieselEngineConfigurationRecord::~DieselEngineConfigurationRecord |
( |
| ) |
|
§ copy()
§ disablePlugState()
| void openjaus::ugv::DieselEngineConfigurationRecord::disablePlugState |
( |
void |
| ) |
|
§ disableRpm()
| void openjaus::ugv::DieselEngineConfigurationRecord::disableRpm |
( |
void |
| ) |
|
§ disableThrottle()
| void openjaus::ugv::DieselEngineConfigurationRecord::disableThrottle |
( |
void |
| ) |
|
§ enablePlugState()
| void openjaus::ugv::DieselEngineConfigurationRecord::enablePlugState |
( |
void |
| ) |
|
§ enableRpm()
| void openjaus::ugv::DieselEngineConfigurationRecord::enableRpm |
( |
void |
| ) |
|
§ enableThrottle()
| void openjaus::ugv::DieselEngineConfigurationRecord::enableThrottle |
( |
void |
| ) |
|
§ from()
| int openjaus::ugv::DieselEngineConfigurationRecord::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getPlugState()
§ getPlugStateToString()
| std::string openjaus::ugv::DieselEngineConfigurationRecord::getPlugStateToString |
( |
void |
| ) |
|
§ getPowerState()
§ getPowerStateToString()
| std::string openjaus::ugv::DieselEngineConfigurationRecord::getPowerStateToString |
( |
void |
| ) |
|
§ getPresenceVector()
| uint8_t openjaus::ugv::DieselEngineConfigurationRecord::getPresenceVector |
( |
void |
| ) |
const |
§ getRpm()
| uint16_t openjaus::ugv::DieselEngineConfigurationRecord::getRpm |
( |
void |
| ) |
|
§ getThrottle()
| double openjaus::ugv::DieselEngineConfigurationRecord::getThrottle |
( |
void |
| ) |
|
§ isPlugStateEnabled()
| bool openjaus::ugv::DieselEngineConfigurationRecord::isPlugStateEnabled |
( |
void |
| ) |
const |
§ isRpmEnabled()
| bool openjaus::ugv::DieselEngineConfigurationRecord::isRpmEnabled |
( |
void |
| ) |
const |
§ isThrottleEnabled()
| bool openjaus::ugv::DieselEngineConfigurationRecord::isThrottleEnabled |
( |
void |
| ) |
const |
§ length()
| int openjaus::ugv::DieselEngineConfigurationRecord::length |
( |
void |
| ) |
|
|
virtual |
§ setPlugState()
§ setPowerState()
§ setPresenceVector()
| void openjaus::ugv::DieselEngineConfigurationRecord::setPresenceVector |
( |
uint8_t |
value | ) |
|
§ setRpm()
| bool openjaus::ugv::DieselEngineConfigurationRecord::setRpm |
( |
uint16_t |
value | ) |
|
§ setThrottle()
| bool openjaus::ugv::DieselEngineConfigurationRecord::setThrottle |
( |
double |
value | ) |
|
§ to()
| int openjaus::ugv::DieselEngineConfigurationRecord::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
| std::string openjaus::ugv::DieselEngineConfigurationRecord::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ plugState
§ powerState
§ presenceVector
| uint8_t openjaus::ugv::DieselEngineConfigurationRecord::presenceVector |
|
protected |
§ PV_ALL_FIELDS
| const uint8_t openjaus::ugv::DieselEngineConfigurationRecord::PV_ALL_FIELDS = 0xFF |
|
static |
§ PV_NO_FIELDS
| const uint8_t openjaus::ugv::DieselEngineConfigurationRecord::PV_NO_FIELDS = 0x0 |
|
static |
§ PV_PLUGSTATE
| const uint8_t openjaus::ugv::DieselEngineConfigurationRecord::PV_PLUGSTATE = 0x4 |
|
static |
§ PV_RPM
| const uint8_t openjaus::ugv::DieselEngineConfigurationRecord::PV_RPM = 0x1 |
|
static |
§ PV_THROTTLE
| const uint8_t openjaus::ugv::DieselEngineConfigurationRecord::PV_THROTTLE = 0x2 |
|
static |
§ rpm
§ throttle
The documentation for this class was generated from the following files: