#include <LocalPathSegmentRecord.h>
Inherits openjaus::model::fields::Record.
§ LocalPathSegmentRecord() [1/2]
openjaus::mobility::LocalPathSegmentRecord::LocalPathSegmentRecord |
( |
| ) |
|
§ LocalPathSegmentRecord() [2/2]
§ ~LocalPathSegmentRecord()
openjaus::mobility::LocalPathSegmentRecord::~LocalPathSegmentRecord |
( |
| ) |
|
§ copy()
§ disableP1Z()
void openjaus::mobility::LocalPathSegmentRecord::disableP1Z |
( |
void |
| ) |
|
§ disableP2Z()
void openjaus::mobility::LocalPathSegmentRecord::disableP2Z |
( |
void |
| ) |
|
§ disablePathTolerance()
void openjaus::mobility::LocalPathSegmentRecord::disablePathTolerance |
( |
void |
| ) |
|
§ enableP1Z()
void openjaus::mobility::LocalPathSegmentRecord::enableP1Z |
( |
void |
| ) |
|
§ enableP2Z()
void openjaus::mobility::LocalPathSegmentRecord::enableP2Z |
( |
void |
| ) |
|
§ enablePathTolerance()
void openjaus::mobility::LocalPathSegmentRecord::enablePathTolerance |
( |
void |
| ) |
|
§ from()
int openjaus::mobility::LocalPathSegmentRecord::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getP1X_m()
double openjaus::mobility::LocalPathSegmentRecord::getP1X_m |
( |
void |
| ) |
|
§ getP1Y_m()
double openjaus::mobility::LocalPathSegmentRecord::getP1Y_m |
( |
void |
| ) |
|
§ getP1Z_m()
double openjaus::mobility::LocalPathSegmentRecord::getP1Z_m |
( |
void |
| ) |
|
§ getP2X_m()
double openjaus::mobility::LocalPathSegmentRecord::getP2X_m |
( |
void |
| ) |
|
§ getP2Y_m()
double openjaus::mobility::LocalPathSegmentRecord::getP2Y_m |
( |
void |
| ) |
|
§ getP2Z_m()
double openjaus::mobility::LocalPathSegmentRecord::getP2Z_m |
( |
void |
| ) |
|
§ getPathTolerance()
double openjaus::mobility::LocalPathSegmentRecord::getPathTolerance |
( |
void |
| ) |
|
§ getPresenceVector()
uint8_t openjaus::mobility::LocalPathSegmentRecord::getPresenceVector |
( |
void |
| ) |
const |
§ getWeightingFactor()
double openjaus::mobility::LocalPathSegmentRecord::getWeightingFactor |
( |
void |
| ) |
|
§ isP1ZEnabled()
bool openjaus::mobility::LocalPathSegmentRecord::isP1ZEnabled |
( |
void |
| ) |
const |
§ isP2ZEnabled()
bool openjaus::mobility::LocalPathSegmentRecord::isP2ZEnabled |
( |
void |
| ) |
const |
§ isPathToleranceEnabled()
bool openjaus::mobility::LocalPathSegmentRecord::isPathToleranceEnabled |
( |
void |
| ) |
const |
§ length()
int openjaus::mobility::LocalPathSegmentRecord::length |
( |
void |
| ) |
|
|
virtual |
§ setP1X_m()
bool openjaus::mobility::LocalPathSegmentRecord::setP1X_m |
( |
double |
value | ) |
|
§ setP1Y_m()
bool openjaus::mobility::LocalPathSegmentRecord::setP1Y_m |
( |
double |
value | ) |
|
§ setP1Z_m()
bool openjaus::mobility::LocalPathSegmentRecord::setP1Z_m |
( |
double |
value | ) |
|
§ setP2X_m()
bool openjaus::mobility::LocalPathSegmentRecord::setP2X_m |
( |
double |
value | ) |
|
§ setP2Y_m()
bool openjaus::mobility::LocalPathSegmentRecord::setP2Y_m |
( |
double |
value | ) |
|
§ setP2Z_m()
bool openjaus::mobility::LocalPathSegmentRecord::setP2Z_m |
( |
double |
value | ) |
|
§ setPathTolerance()
bool openjaus::mobility::LocalPathSegmentRecord::setPathTolerance |
( |
double |
value | ) |
|
§ setPresenceVector()
void openjaus::mobility::LocalPathSegmentRecord::setPresenceVector |
( |
uint8_t |
value | ) |
|
§ setWeightingFactor()
bool openjaus::mobility::LocalPathSegmentRecord::setWeightingFactor |
( |
double |
value | ) |
|
§ to()
int openjaus::mobility::LocalPathSegmentRecord::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::mobility::LocalPathSegmentRecord::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ p1X_m
§ p1Y_m
§ p1Z_m
§ p2X_m
§ p2Y_m
§ p2Z_m
§ pathTolerance
§ presenceVector
uint8_t openjaus::mobility::LocalPathSegmentRecord::presenceVector |
|
protected |
§ PV_ALL_FIELDS
const uint8_t openjaus::mobility::LocalPathSegmentRecord::PV_ALL_FIELDS = 0xFF |
|
static |
§ PV_NO_FIELDS
const uint8_t openjaus::mobility::LocalPathSegmentRecord::PV_NO_FIELDS = 0x0 |
|
static |
§ PV_P1Z
const uint8_t openjaus::mobility::LocalPathSegmentRecord::PV_P1Z = 0x1 |
|
static |
§ PV_P2Z
const uint8_t openjaus::mobility::LocalPathSegmentRecord::PV_P2Z = 0x2 |
|
static |
§ PV_PATHTOLERANCE
const uint8_t openjaus::mobility::LocalPathSegmentRecord::PV_PATHTOLERANCE = 0x4 |
|
static |
§ weightingFactor
The documentation for this class was generated from the following files: