#include <GlobalWaypointRecord.h>
Inherits openjaus::model::fields::Record.
§ GlobalWaypointRecord() [1/2]
| openjaus::mobility::GlobalWaypointRecord::GlobalWaypointRecord |
( |
| ) |
|
§ GlobalWaypointRecord() [2/2]
| openjaus::mobility::GlobalWaypointRecord::GlobalWaypointRecord |
( |
const GlobalWaypointRecord & |
source | ) |
|
§ ~GlobalWaypointRecord()
| openjaus::mobility::GlobalWaypointRecord::~GlobalWaypointRecord |
( |
| ) |
|
§ copy()
§ disableAltitude()
| void openjaus::mobility::GlobalWaypointRecord::disableAltitude |
( |
void |
| ) |
|
§ disablePathTolerance()
| void openjaus::mobility::GlobalWaypointRecord::disablePathTolerance |
( |
void |
| ) |
|
§ disablePitch()
| void openjaus::mobility::GlobalWaypointRecord::disablePitch |
( |
void |
| ) |
|
§ disableRoll()
| void openjaus::mobility::GlobalWaypointRecord::disableRoll |
( |
void |
| ) |
|
§ disableWaypointTolerance()
| void openjaus::mobility::GlobalWaypointRecord::disableWaypointTolerance |
( |
void |
| ) |
|
§ disableYaw()
| void openjaus::mobility::GlobalWaypointRecord::disableYaw |
( |
void |
| ) |
|
§ enableAltitude()
| void openjaus::mobility::GlobalWaypointRecord::enableAltitude |
( |
void |
| ) |
|
§ enablePathTolerance()
| void openjaus::mobility::GlobalWaypointRecord::enablePathTolerance |
( |
void |
| ) |
|
§ enablePitch()
| void openjaus::mobility::GlobalWaypointRecord::enablePitch |
( |
void |
| ) |
|
§ enableRoll()
| void openjaus::mobility::GlobalWaypointRecord::enableRoll |
( |
void |
| ) |
|
§ enableWaypointTolerance()
| void openjaus::mobility::GlobalWaypointRecord::enableWaypointTolerance |
( |
void |
| ) |
|
§ enableYaw()
| void openjaus::mobility::GlobalWaypointRecord::enableYaw |
( |
void |
| ) |
|
§ from()
| int openjaus::mobility::GlobalWaypointRecord::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getAltitude_m()
| double openjaus::mobility::GlobalWaypointRecord::getAltitude_m |
( |
void |
| ) |
|
§ getLatitude_deg()
| double openjaus::mobility::GlobalWaypointRecord::getLatitude_deg |
( |
void |
| ) |
|
§ getLongitude_deg()
| double openjaus::mobility::GlobalWaypointRecord::getLongitude_deg |
( |
void |
| ) |
|
§ getPathTolerance()
| double openjaus::mobility::GlobalWaypointRecord::getPathTolerance |
( |
void |
| ) |
|
§ getPitch_rad()
| double openjaus::mobility::GlobalWaypointRecord::getPitch_rad |
( |
void |
| ) |
|
§ getPresenceVector()
| uint8_t openjaus::mobility::GlobalWaypointRecord::getPresenceVector |
( |
void |
| ) |
const |
§ getRoll_rad()
| double openjaus::mobility::GlobalWaypointRecord::getRoll_rad |
( |
void |
| ) |
|
§ getWaypointTolerance_m()
| double openjaus::mobility::GlobalWaypointRecord::getWaypointTolerance_m |
( |
void |
| ) |
|
§ getYaw_rad()
| double openjaus::mobility::GlobalWaypointRecord::getYaw_rad |
( |
void |
| ) |
|
§ isAltitudeEnabled()
| bool openjaus::mobility::GlobalWaypointRecord::isAltitudeEnabled |
( |
void |
| ) |
const |
§ isPathToleranceEnabled()
| bool openjaus::mobility::GlobalWaypointRecord::isPathToleranceEnabled |
( |
void |
| ) |
const |
§ isPitchEnabled()
| bool openjaus::mobility::GlobalWaypointRecord::isPitchEnabled |
( |
void |
| ) |
const |
§ isRollEnabled()
| bool openjaus::mobility::GlobalWaypointRecord::isRollEnabled |
( |
void |
| ) |
const |
§ isWaypointToleranceEnabled()
| bool openjaus::mobility::GlobalWaypointRecord::isWaypointToleranceEnabled |
( |
void |
| ) |
const |
§ isYawEnabled()
| bool openjaus::mobility::GlobalWaypointRecord::isYawEnabled |
( |
void |
| ) |
const |
§ length()
| int openjaus::mobility::GlobalWaypointRecord::length |
( |
void |
| ) |
|
|
virtual |
§ setAltitude_m()
| bool openjaus::mobility::GlobalWaypointRecord::setAltitude_m |
( |
double |
value | ) |
|
§ setLatitude_deg()
| bool openjaus::mobility::GlobalWaypointRecord::setLatitude_deg |
( |
double |
value | ) |
|
§ setLongitude_deg()
| bool openjaus::mobility::GlobalWaypointRecord::setLongitude_deg |
( |
double |
value | ) |
|
§ setPathTolerance()
| bool openjaus::mobility::GlobalWaypointRecord::setPathTolerance |
( |
double |
value | ) |
|
§ setPitch_rad()
| bool openjaus::mobility::GlobalWaypointRecord::setPitch_rad |
( |
double |
value | ) |
|
§ setPresenceVector()
| void openjaus::mobility::GlobalWaypointRecord::setPresenceVector |
( |
uint8_t |
value | ) |
|
§ setRoll_rad()
| bool openjaus::mobility::GlobalWaypointRecord::setRoll_rad |
( |
double |
value | ) |
|
§ setWaypointTolerance_m()
| bool openjaus::mobility::GlobalWaypointRecord::setWaypointTolerance_m |
( |
double |
value | ) |
|
§ setYaw_rad()
| bool openjaus::mobility::GlobalWaypointRecord::setYaw_rad |
( |
double |
value | ) |
|
§ to()
| int openjaus::mobility::GlobalWaypointRecord::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
| std::string openjaus::mobility::GlobalWaypointRecord::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ altitude_m
§ latitude_deg
§ longitude_deg
§ pathTolerance
§ pitch_rad
§ presenceVector
| uint8_t openjaus::mobility::GlobalWaypointRecord::presenceVector |
|
protected |
§ PV_ALL_FIELDS
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_ALL_FIELDS = 0xFF |
|
static |
§ PV_ALTITUDE
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_ALTITUDE = 0x1 |
|
static |
§ PV_NO_FIELDS
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_NO_FIELDS = 0x0 |
|
static |
§ PV_PATHTOLERANCE
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_PATHTOLERANCE = 0x20 |
|
static |
§ PV_PITCH
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_PITCH = 0x4 |
|
static |
§ PV_ROLL
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_ROLL = 0x2 |
|
static |
§ PV_WAYPOINTTOLERANCE
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_WAYPOINTTOLERANCE = 0x10 |
|
static |
§ PV_YAW
| const uint8_t openjaus::mobility::GlobalWaypointRecord::PV_YAW = 0x8 |
|
static |
§ roll_rad
§ waypointTolerance_m
§ yaw_rad
The documentation for this class was generated from the following files: