OpenJAUS Software Development Kit
4.3.1
|
#include <PowerPlantCapabilitiesRecord.h>
Inherits openjaus::model::fields::Record.
Public Member Functions | |
PowerPlantCapabilitiesRecord () | |
PowerPlantCapabilitiesRecord (const PowerPlantCapabilitiesRecord &source) | |
~PowerPlantCapabilitiesRecord () | |
void | copy (PowerPlantCapabilitiesRecord &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 |
uint8_t | getPowerPlantID (void) |
bool | setPowerPlantID (uint8_t value) |
std::string | getDescription (void) |
bool | setDescription (std::string value) |
PowerPlantCapabilitiesVariant & | getPowerPlantCapabilitiesVariant (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... | |
![]() | |
virtual | ~Transportable () |
Transportable () | |
Protected Attributes | |
model::fields::UnsignedByte | powerPlantID |
model::fields::VariableLengthString | description |
PowerPlantCapabilitiesVariant | powerPlantCapabilitiesVariant |
![]() | |
std::vector< Field *> | fields |
![]() | |
std::string | name |
openjaus::ugv::PowerPlantCapabilitiesRecord::PowerPlantCapabilitiesRecord | ( | ) |
openjaus::ugv::PowerPlantCapabilitiesRecord::PowerPlantCapabilitiesRecord | ( | const PowerPlantCapabilitiesRecord & | source | ) |
openjaus::ugv::PowerPlantCapabilitiesRecord::~PowerPlantCapabilitiesRecord | ( | ) |
void openjaus::ugv::PowerPlantCapabilitiesRecord::copy | ( | PowerPlantCapabilitiesRecord & | source | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::ugv::PowerPlantCapabilitiesRecord::getDescription | ( | void | ) |
PowerPlantCapabilitiesVariant & openjaus::ugv::PowerPlantCapabilitiesRecord::getPowerPlantCapabilitiesVariant | ( | void | ) |
uint8_t openjaus::ugv::PowerPlantCapabilitiesRecord::getPowerPlantID | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
bool openjaus::ugv::PowerPlantCapabilitiesRecord::setDescription | ( | std::string | value | ) |
bool openjaus::ugv::PowerPlantCapabilitiesRecord::setPowerPlantID | ( | uint8_t | value | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::ugv::PowerPlantCapabilitiesRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |
|
protected |