#include <LocalWaypointRecord.h>
Inherits openjaus::model::fields::Record.
§ LocalWaypointRecord() [1/2]
openjaus::mobility::LocalWaypointRecord::LocalWaypointRecord |
( |
| ) |
|
§ LocalWaypointRecord() [2/2]
openjaus::mobility::LocalWaypointRecord::LocalWaypointRecord |
( |
const LocalWaypointRecord & |
source | ) |
|
§ ~LocalWaypointRecord()
openjaus::mobility::LocalWaypointRecord::~LocalWaypointRecord |
( |
| ) |
|
§ copy()
§ disablePathTolerance()
void openjaus::mobility::LocalWaypointRecord::disablePathTolerance |
( |
void |
| ) |
|
§ disablePitch()
void openjaus::mobility::LocalWaypointRecord::disablePitch |
( |
void |
| ) |
|
§ disableRoll()
void openjaus::mobility::LocalWaypointRecord::disableRoll |
( |
void |
| ) |
|
§ disableWaypointTolerance()
void openjaus::mobility::LocalWaypointRecord::disableWaypointTolerance |
( |
void |
| ) |
|
§ disableYaw()
void openjaus::mobility::LocalWaypointRecord::disableYaw |
( |
void |
| ) |
|
§ disableZ()
void openjaus::mobility::LocalWaypointRecord::disableZ |
( |
void |
| ) |
|
§ enablePathTolerance()
void openjaus::mobility::LocalWaypointRecord::enablePathTolerance |
( |
void |
| ) |
|
§ enablePitch()
void openjaus::mobility::LocalWaypointRecord::enablePitch |
( |
void |
| ) |
|
§ enableRoll()
void openjaus::mobility::LocalWaypointRecord::enableRoll |
( |
void |
| ) |
|
§ enableWaypointTolerance()
void openjaus::mobility::LocalWaypointRecord::enableWaypointTolerance |
( |
void |
| ) |
|
§ enableYaw()
void openjaus::mobility::LocalWaypointRecord::enableYaw |
( |
void |
| ) |
|
§ enableZ()
void openjaus::mobility::LocalWaypointRecord::enableZ |
( |
void |
| ) |
|
§ from()
int openjaus::mobility::LocalWaypointRecord::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getPathTolerance()
double openjaus::mobility::LocalWaypointRecord::getPathTolerance |
( |
void |
| ) |
|
§ getPitch_rad()
double openjaus::mobility::LocalWaypointRecord::getPitch_rad |
( |
void |
| ) |
|
§ getPresenceVector()
uint8_t openjaus::mobility::LocalWaypointRecord::getPresenceVector |
( |
void |
| ) |
const |
§ getRoll_rad()
double openjaus::mobility::LocalWaypointRecord::getRoll_rad |
( |
void |
| ) |
|
§ getWaypointTolerance_m()
double openjaus::mobility::LocalWaypointRecord::getWaypointTolerance_m |
( |
void |
| ) |
|
§ getX_m()
double openjaus::mobility::LocalWaypointRecord::getX_m |
( |
void |
| ) |
|
§ getY_m()
double openjaus::mobility::LocalWaypointRecord::getY_m |
( |
void |
| ) |
|
§ getYaw_rad()
double openjaus::mobility::LocalWaypointRecord::getYaw_rad |
( |
void |
| ) |
|
§ getZ_m()
double openjaus::mobility::LocalWaypointRecord::getZ_m |
( |
void |
| ) |
|
§ isPathToleranceEnabled()
bool openjaus::mobility::LocalWaypointRecord::isPathToleranceEnabled |
( |
void |
| ) |
const |
§ isPitchEnabled()
bool openjaus::mobility::LocalWaypointRecord::isPitchEnabled |
( |
void |
| ) |
const |
§ isRollEnabled()
bool openjaus::mobility::LocalWaypointRecord::isRollEnabled |
( |
void |
| ) |
const |
§ isWaypointToleranceEnabled()
bool openjaus::mobility::LocalWaypointRecord::isWaypointToleranceEnabled |
( |
void |
| ) |
const |
§ isYawEnabled()
bool openjaus::mobility::LocalWaypointRecord::isYawEnabled |
( |
void |
| ) |
const |
§ isZEnabled()
bool openjaus::mobility::LocalWaypointRecord::isZEnabled |
( |
void |
| ) |
const |
§ length()
int openjaus::mobility::LocalWaypointRecord::length |
( |
void |
| ) |
|
|
virtual |
§ setPathTolerance()
bool openjaus::mobility::LocalWaypointRecord::setPathTolerance |
( |
double |
value | ) |
|
§ setPitch_rad()
bool openjaus::mobility::LocalWaypointRecord::setPitch_rad |
( |
double |
value | ) |
|
§ setPresenceVector()
void openjaus::mobility::LocalWaypointRecord::setPresenceVector |
( |
uint8_t |
value | ) |
|
§ setRoll_rad()
bool openjaus::mobility::LocalWaypointRecord::setRoll_rad |
( |
double |
value | ) |
|
§ setWaypointTolerance_m()
bool openjaus::mobility::LocalWaypointRecord::setWaypointTolerance_m |
( |
double |
value | ) |
|
§ setX_m()
bool openjaus::mobility::LocalWaypointRecord::setX_m |
( |
double |
value | ) |
|
§ setY_m()
bool openjaus::mobility::LocalWaypointRecord::setY_m |
( |
double |
value | ) |
|
§ setYaw_rad()
bool openjaus::mobility::LocalWaypointRecord::setYaw_rad |
( |
double |
value | ) |
|
§ setZ_m()
bool openjaus::mobility::LocalWaypointRecord::setZ_m |
( |
double |
value | ) |
|
§ to()
int openjaus::mobility::LocalWaypointRecord::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::mobility::LocalWaypointRecord::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ pathTolerance
§ pitch_rad
§ presenceVector
uint8_t openjaus::mobility::LocalWaypointRecord::presenceVector |
|
protected |
§ PV_ALL_FIELDS
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_ALL_FIELDS = 0xFF |
|
static |
§ PV_NO_FIELDS
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_NO_FIELDS = 0x0 |
|
static |
§ PV_PATHTOLERANCE
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_PATHTOLERANCE = 0x20 |
|
static |
§ PV_PITCH
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_PITCH = 0x4 |
|
static |
§ PV_ROLL
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_ROLL = 0x2 |
|
static |
§ PV_WAYPOINTTOLERANCE
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_WAYPOINTTOLERANCE = 0x10 |
|
static |
§ PV_YAW
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_YAW = 0x8 |
|
static |
§ PV_Z
const uint8_t openjaus::mobility::LocalWaypointRecord::PV_Z = 0x1 |
|
static |
§ roll_rad
§ waypointTolerance_m
§ x_m
§ y_m
§ yaw_rad
§ z_m
The documentation for this class was generated from the following files: