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