OpenJAUS Software Development Kit
4.3.1
|
#include <PointsRecord.h>
Inherits openjaus::model::fields::Record.
Public Member Functions | |
PointsRecord () | |
PointsRecord (const PointsRecord &source) | |
~PointsRecord () | |
void | copy (PointsRecord &source) |
virtual int | to (system::Buffer *dst) |
Operation to. More... | |
virtual int | from (system::Buffer *src) |
Operation from. More... | |
virtual int | length (void) |
Serializes object to internal transport buffer. More... | |
std::string | toXml (unsigned char ojIndentLevel=0) const |
double | getPointX_m (void) |
bool | setPointX_m (double value) |
double | getPointY_m (void) |
bool | setPointY_m (double value) |
double | getPointZ_m (void) |
bool | setPointZ_m (double value) |
Public Member Functions inherited from openjaus::model::fields::Record | |
Record () | |
virtual | ~Record () |
const std::vector< Field *> & | getFields () const |
Accessor to get the value of fields. More... | |
bool | setFields (const Field &fields) |
Accessor to set value of fields. More... | |
virtual std::string | toString () const |
Public Member Functions inherited from openjaus::model::fields::ComplexField | |
virtual | ~ComplexField () |
Public Member Functions inherited from openjaus::model::fields::Field | |
Field () | |
virtual | ~Field () |
std::string | getName () const |
Accessor to get the value of name. More... | |
bool | setName (std::string name) |
Accessor to set value of name. More... | |
Public Member Functions inherited from openjaus::system::Transportable | |
virtual | ~Transportable () |
Transportable () | |
Protected Attributes | |
PointXScaledInteger | pointX_m |
PointYScaledInteger | pointY_m |
PointZScaledInteger | pointZ_m |
Protected Attributes inherited from openjaus::model::fields::Record | |
std::vector< Field *> | fields |
Protected Attributes inherited from openjaus::model::fields::Field | |
std::string | name |
openjaus::ugv::PointsRecord::PointsRecord | ( | ) |
openjaus::ugv::PointsRecord::PointsRecord | ( | const PointsRecord & | source | ) |
openjaus::ugv::PointsRecord::~PointsRecord | ( | ) |
void openjaus::ugv::PointsRecord::copy | ( | PointsRecord & | source | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Record.
double openjaus::ugv::PointsRecord::getPointX_m | ( | void | ) |
double openjaus::ugv::PointsRecord::getPointY_m | ( | void | ) |
double openjaus::ugv::PointsRecord::getPointZ_m | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
bool openjaus::ugv::PointsRecord::setPointX_m | ( | double | value | ) |
bool openjaus::ugv::PointsRecord::setPointY_m | ( | double | value | ) |
bool openjaus::ugv::PointsRecord::setPointZ_m | ( | double | value | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::ugv::PointsRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |
|
protected |