#include <GlobalPathSegmentRecord.h>
Inherits openjaus::model::fields::Record.
§ GlobalPathSegmentRecord() [1/2]
openjaus::mobility::GlobalPathSegmentRecord::GlobalPathSegmentRecord |
( |
| ) |
|
§ GlobalPathSegmentRecord() [2/2]
§ ~GlobalPathSegmentRecord()
openjaus::mobility::GlobalPathSegmentRecord::~GlobalPathSegmentRecord |
( |
| ) |
|
§ copy()
§ disableP1Altitude()
void openjaus::mobility::GlobalPathSegmentRecord::disableP1Altitude |
( |
void |
| ) |
|
§ disableP2Altitude()
void openjaus::mobility::GlobalPathSegmentRecord::disableP2Altitude |
( |
void |
| ) |
|
§ disablePathTolerance()
void openjaus::mobility::GlobalPathSegmentRecord::disablePathTolerance |
( |
void |
| ) |
|
§ enableP1Altitude()
void openjaus::mobility::GlobalPathSegmentRecord::enableP1Altitude |
( |
void |
| ) |
|
§ enableP2Altitude()
void openjaus::mobility::GlobalPathSegmentRecord::enableP2Altitude |
( |
void |
| ) |
|
§ enablePathTolerance()
void openjaus::mobility::GlobalPathSegmentRecord::enablePathTolerance |
( |
void |
| ) |
|
§ from()
int openjaus::mobility::GlobalPathSegmentRecord::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getP1Altitude_m()
double openjaus::mobility::GlobalPathSegmentRecord::getP1Altitude_m |
( |
void |
| ) |
|
§ getP1Latitude_deg()
double openjaus::mobility::GlobalPathSegmentRecord::getP1Latitude_deg |
( |
void |
| ) |
|
§ getP1Longitude_deg()
double openjaus::mobility::GlobalPathSegmentRecord::getP1Longitude_deg |
( |
void |
| ) |
|
§ getP2Altitude_m()
double openjaus::mobility::GlobalPathSegmentRecord::getP2Altitude_m |
( |
void |
| ) |
|
§ getP2Latitude_deg()
double openjaus::mobility::GlobalPathSegmentRecord::getP2Latitude_deg |
( |
void |
| ) |
|
§ getP2Longitude_deg()
double openjaus::mobility::GlobalPathSegmentRecord::getP2Longitude_deg |
( |
void |
| ) |
|
§ getPathTolerance()
double openjaus::mobility::GlobalPathSegmentRecord::getPathTolerance |
( |
void |
| ) |
|
§ getPresenceVector()
uint8_t openjaus::mobility::GlobalPathSegmentRecord::getPresenceVector |
( |
void |
| ) |
const |
§ getWeightingFactor()
double openjaus::mobility::GlobalPathSegmentRecord::getWeightingFactor |
( |
void |
| ) |
|
§ isP1AltitudeEnabled()
bool openjaus::mobility::GlobalPathSegmentRecord::isP1AltitudeEnabled |
( |
void |
| ) |
const |
§ isP2AltitudeEnabled()
bool openjaus::mobility::GlobalPathSegmentRecord::isP2AltitudeEnabled |
( |
void |
| ) |
const |
§ isPathToleranceEnabled()
bool openjaus::mobility::GlobalPathSegmentRecord::isPathToleranceEnabled |
( |
void |
| ) |
const |
§ length()
int openjaus::mobility::GlobalPathSegmentRecord::length |
( |
void |
| ) |
|
|
virtual |
§ setP1Altitude_m()
bool openjaus::mobility::GlobalPathSegmentRecord::setP1Altitude_m |
( |
double |
value | ) |
|
§ setP1Latitude_deg()
bool openjaus::mobility::GlobalPathSegmentRecord::setP1Latitude_deg |
( |
double |
value | ) |
|
§ setP1Longitude_deg()
bool openjaus::mobility::GlobalPathSegmentRecord::setP1Longitude_deg |
( |
double |
value | ) |
|
§ setP2Altitude_m()
bool openjaus::mobility::GlobalPathSegmentRecord::setP2Altitude_m |
( |
double |
value | ) |
|
§ setP2Latitude_deg()
bool openjaus::mobility::GlobalPathSegmentRecord::setP2Latitude_deg |
( |
double |
value | ) |
|
§ setP2Longitude_deg()
bool openjaus::mobility::GlobalPathSegmentRecord::setP2Longitude_deg |
( |
double |
value | ) |
|
§ setPathTolerance()
bool openjaus::mobility::GlobalPathSegmentRecord::setPathTolerance |
( |
double |
value | ) |
|
§ setPresenceVector()
void openjaus::mobility::GlobalPathSegmentRecord::setPresenceVector |
( |
uint8_t |
value | ) |
|
§ setWeightingFactor()
bool openjaus::mobility::GlobalPathSegmentRecord::setWeightingFactor |
( |
double |
value | ) |
|
§ to()
int openjaus::mobility::GlobalPathSegmentRecord::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::mobility::GlobalPathSegmentRecord::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ p1Altitude_m
§ p1Latitude_deg
§ p1Longitude_deg
§ p2Altitude_m
§ p2Latitude_deg
§ p2Longitude_deg
§ pathTolerance
§ presenceVector
uint8_t openjaus::mobility::GlobalPathSegmentRecord::presenceVector |
|
protected |
§ PV_ALL_FIELDS
const uint8_t openjaus::mobility::GlobalPathSegmentRecord::PV_ALL_FIELDS = 0xFF |
|
static |
§ PV_NO_FIELDS
const uint8_t openjaus::mobility::GlobalPathSegmentRecord::PV_NO_FIELDS = 0x0 |
|
static |
§ PV_P1ALTITUDE
const uint8_t openjaus::mobility::GlobalPathSegmentRecord::PV_P1ALTITUDE = 0x1 |
|
static |
§ PV_P2ALTITUDE
const uint8_t openjaus::mobility::GlobalPathSegmentRecord::PV_P2ALTITUDE = 0x2 |
|
static |
§ PV_PATHTOLERANCE
const uint8_t openjaus::mobility::GlobalPathSegmentRecord::PV_PATHTOLERANCE = 0x4 |
|
static |
§ weightingFactor
The documentation for this class was generated from the following files: