OpenJAUS SAE SDK
6.0.0
|
#include <RangeSensorDataRecord.h>
Inherits openjaus::model::fields::Record.
Public Member Functions | |
RangeSensorDataRecord () | |
RangeSensorDataRecord (const RangeSensorDataRecord &source) | |
~RangeSensorDataRecord () | |
void | copy (RangeSensorDataRecord &source) |
virtual uint64 | to (system::BufferWriter &dst) const |
Serializes the contents of this object into the Buffer connected to the provided BufferWriter. More... | |
virtual uint64 | from (system::BufferReader &src) |
Deserializes the contents the Buffer connected to the provided BufferReader into this object. More... | |
virtual uint64 | length (void) const |
Gets the serialized length of this object. More... | |
std::string | toXml (unsigned char ojIndentLevel=0) const |
uint16_t | getSensorID (void) |
bool | setSensorID (uint16_t value) |
ReportCoordinateSystemRefEnumeration::ReportCoordinateSystemRefEnum | getReportCoordinateSystem (void) |
bool | setReportCoordinateSystem (ReportCoordinateSystemRefEnumeration::ReportCoordinateSystemRefEnum value) |
std::string | getReportCoordinateSystemToString (void) |
model::fields::TimeStamp & | getTimeStamp (void) |
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 | |
Transportable () | |
virtual | ~Transportable () |
Protected Attributes | |
model::fields::UnsignedShort | sensorID |
ReportCoordinateSystemRefEnumeration | reportCoordinateSystem |
model::fields::TimeStamp | timeStamp |
Protected Attributes inherited from openjaus::model::fields::Record | |
std::vector< Field *> | fields |
Protected Attributes inherited from openjaus::model::fields::Field | |
std::string | name |
openjaus::environment_v1_0::RangeSensorDataRecord::RangeSensorDataRecord | ( | ) |
openjaus::environment_v1_0::RangeSensorDataRecord::RangeSensorDataRecord | ( | const RangeSensorDataRecord & | source | ) |
openjaus::environment_v1_0::RangeSensorDataRecord::~RangeSensorDataRecord | ( | ) |
void openjaus::environment_v1_0::RangeSensorDataRecord::copy | ( | RangeSensorDataRecord & | source | ) |
|
virtual |
Deserializes the contents the Buffer connected to the provided BufferReader into this object. The BufferReader position will be advanced inside this method such that calling from() again will attempt to read the next Transportable object from the Buffer.
src |
Reimplemented from openjaus::model::fields::Record.
ReportCoordinateSystemRefEnumeration::ReportCoordinateSystemRefEnum openjaus::environment_v1_0::RangeSensorDataRecord::getReportCoordinateSystem | ( | void | ) |
std::string openjaus::environment_v1_0::RangeSensorDataRecord::getReportCoordinateSystemToString | ( | void | ) |
uint16_t openjaus::environment_v1_0::RangeSensorDataRecord::getSensorID | ( | void | ) |
model::fields::TimeStamp & openjaus::environment_v1_0::RangeSensorDataRecord::getTimeStamp | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
bool openjaus::environment_v1_0::RangeSensorDataRecord::setReportCoordinateSystem | ( | ReportCoordinateSystemRefEnumeration::ReportCoordinateSystemRefEnum | value | ) |
bool openjaus::environment_v1_0::RangeSensorDataRecord::setSensorID | ( | uint16_t | value | ) |
|
virtual |
Serializes the contents of this object into the Buffer connected to the provided BufferWriter. The BufferWriter position will be advanced inside this method such that calling to() again will write the Transportable object into the Buffer a second time.
dst |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::environment_v1_0::RangeSensorDataRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |
|
protected |