OpenJAUS SAE SDK
6.0.0
|
#include <ConfigurationNodeRecord.h>
Inherits openjaus::model::fields::Record.
Public Member Functions | |
ConfigurationNodeRecord () | |
ConfigurationNodeRecord (const ConfigurationNodeRecord &source) | |
~ConfigurationNodeRecord () | |
void | copy (ConfigurationNodeRecord &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 |
uint8_t | getNodeID (void) |
bool | setNodeID (uint8_t value) |
ConfigurationComponentList & | getConfigurationComponentList (void) |
![]() | |
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 |
![]() | |
virtual | ~ComplexField () |
![]() | |
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... | |
![]() | |
Transportable () | |
virtual | ~Transportable () |
Protected Attributes | |
model::fields::UnsignedByte | nodeID |
ConfigurationComponentList | configurationComponentList |
![]() | |
std::vector< Field *> | fields |
![]() | |
std::string | name |
openjaus::core_v1_1::ConfigurationNodeRecord::ConfigurationNodeRecord | ( | ) |
openjaus::core_v1_1::ConfigurationNodeRecord::ConfigurationNodeRecord | ( | const ConfigurationNodeRecord & | source | ) |
openjaus::core_v1_1::ConfigurationNodeRecord::~ConfigurationNodeRecord | ( | ) |
void openjaus::core_v1_1::ConfigurationNodeRecord::copy | ( | ConfigurationNodeRecord & | 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.
ConfigurationComponentList & openjaus::core_v1_1::ConfigurationNodeRecord::getConfigurationComponentList | ( | void | ) |
uint8_t openjaus::core_v1_1::ConfigurationNodeRecord::getNodeID | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
bool openjaus::core_v1_1::ConfigurationNodeRecord::setNodeID | ( | uint8_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::core_v1_1::ConfigurationNodeRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |