#include <VelocityCommandRecord.h>
Inherits openjaus::model::fields::Record.
§ VelocityCommandRecord() [1/2]
openjaus::mobility::VelocityCommandRecord::VelocityCommandRecord |
( |
| ) |
|
§ VelocityCommandRecord() [2/2]
§ ~VelocityCommandRecord()
openjaus::mobility::VelocityCommandRecord::~VelocityCommandRecord |
( |
| ) |
|
§ copy()
§ disablePitchRate()
void openjaus::mobility::VelocityCommandRecord::disablePitchRate |
( |
void |
| ) |
|
§ disableRollRate()
void openjaus::mobility::VelocityCommandRecord::disableRollRate |
( |
void |
| ) |
|
§ disableVelocityX()
void openjaus::mobility::VelocityCommandRecord::disableVelocityX |
( |
void |
| ) |
|
§ disableVelocityY()
void openjaus::mobility::VelocityCommandRecord::disableVelocityY |
( |
void |
| ) |
|
§ disableVelocityZ()
void openjaus::mobility::VelocityCommandRecord::disableVelocityZ |
( |
void |
| ) |
|
§ disableYawRate()
void openjaus::mobility::VelocityCommandRecord::disableYawRate |
( |
void |
| ) |
|
§ enablePitchRate()
void openjaus::mobility::VelocityCommandRecord::enablePitchRate |
( |
void |
| ) |
|
§ enableRollRate()
void openjaus::mobility::VelocityCommandRecord::enableRollRate |
( |
void |
| ) |
|
§ enableVelocityX()
void openjaus::mobility::VelocityCommandRecord::enableVelocityX |
( |
void |
| ) |
|
§ enableVelocityY()
void openjaus::mobility::VelocityCommandRecord::enableVelocityY |
( |
void |
| ) |
|
§ enableVelocityZ()
void openjaus::mobility::VelocityCommandRecord::enableVelocityZ |
( |
void |
| ) |
|
§ enableYawRate()
void openjaus::mobility::VelocityCommandRecord::enableYawRate |
( |
void |
| ) |
|
§ from()
int openjaus::mobility::VelocityCommandRecord::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getCommandType()
§ getCommandTypeToString()
std::string openjaus::mobility::VelocityCommandRecord::getCommandTypeToString |
( |
void |
| ) |
|
§ getPitchRate_rps()
double openjaus::mobility::VelocityCommandRecord::getPitchRate_rps |
( |
void |
| ) |
|
§ getPresenceVector()
uint8_t openjaus::mobility::VelocityCommandRecord::getPresenceVector |
( |
void |
| ) |
const |
§ getRollRate_rps()
double openjaus::mobility::VelocityCommandRecord::getRollRate_rps |
( |
void |
| ) |
|
§ getVelocityX_mps()
double openjaus::mobility::VelocityCommandRecord::getVelocityX_mps |
( |
void |
| ) |
|
§ getVelocityY_mps()
double openjaus::mobility::VelocityCommandRecord::getVelocityY_mps |
( |
void |
| ) |
|
§ getVelocityZ_mps()
double openjaus::mobility::VelocityCommandRecord::getVelocityZ_mps |
( |
void |
| ) |
|
§ getYawRate_rps()
double openjaus::mobility::VelocityCommandRecord::getYawRate_rps |
( |
void |
| ) |
|
§ isPitchRateEnabled()
bool openjaus::mobility::VelocityCommandRecord::isPitchRateEnabled |
( |
void |
| ) |
const |
§ isRollRateEnabled()
bool openjaus::mobility::VelocityCommandRecord::isRollRateEnabled |
( |
void |
| ) |
const |
§ isVelocityXEnabled()
bool openjaus::mobility::VelocityCommandRecord::isVelocityXEnabled |
( |
void |
| ) |
const |
§ isVelocityYEnabled()
bool openjaus::mobility::VelocityCommandRecord::isVelocityYEnabled |
( |
void |
| ) |
const |
§ isVelocityZEnabled()
bool openjaus::mobility::VelocityCommandRecord::isVelocityZEnabled |
( |
void |
| ) |
const |
§ isYawRateEnabled()
bool openjaus::mobility::VelocityCommandRecord::isYawRateEnabled |
( |
void |
| ) |
const |
§ length()
int openjaus::mobility::VelocityCommandRecord::length |
( |
void |
| ) |
|
|
virtual |
§ setCommandType()
§ setPitchRate_rps()
bool openjaus::mobility::VelocityCommandRecord::setPitchRate_rps |
( |
double |
value | ) |
|
§ setPresenceVector()
void openjaus::mobility::VelocityCommandRecord::setPresenceVector |
( |
uint8_t |
value | ) |
|
§ setRollRate_rps()
bool openjaus::mobility::VelocityCommandRecord::setRollRate_rps |
( |
double |
value | ) |
|
§ setVelocityX_mps()
bool openjaus::mobility::VelocityCommandRecord::setVelocityX_mps |
( |
double |
value | ) |
|
§ setVelocityY_mps()
bool openjaus::mobility::VelocityCommandRecord::setVelocityY_mps |
( |
double |
value | ) |
|
§ setVelocityZ_mps()
bool openjaus::mobility::VelocityCommandRecord::setVelocityZ_mps |
( |
double |
value | ) |
|
§ setYawRate_rps()
bool openjaus::mobility::VelocityCommandRecord::setYawRate_rps |
( |
double |
value | ) |
|
§ to()
int openjaus::mobility::VelocityCommandRecord::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::mobility::VelocityCommandRecord::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ commandType
§ pitchRate_rps
§ presenceVector
uint8_t openjaus::mobility::VelocityCommandRecord::presenceVector |
|
protected |
§ PV_ALL_FIELDS
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_ALL_FIELDS = 0xFF |
|
static |
§ PV_NO_FIELDS
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_NO_FIELDS = 0x0 |
|
static |
§ PV_PITCHRATE
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_PITCHRATE = 0x10 |
|
static |
§ PV_ROLLRATE
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_ROLLRATE = 0x8 |
|
static |
§ PV_VELOCITYX
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_VELOCITYX = 0x1 |
|
static |
§ PV_VELOCITYY
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_VELOCITYY = 0x2 |
|
static |
§ PV_VELOCITYZ
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_VELOCITYZ = 0x4 |
|
static |
§ PV_YAWRATE
const uint8_t openjaus::mobility::VelocityCommandRecord::PV_YAWRATE = 0x20 |
|
static |
§ rollRate_rps
§ velocityX_mps
§ velocityY_mps
§ velocityZ_mps
§ yawRate_rps
The documentation for this class was generated from the following files: