OpenJAUS Software Development Kit
4.3.1
|
#include <AngleVariant.h>
Inherits openjaus::model::fields::Variant.
Public Types | |
enum | TypeEnum { LITERAL = 0, REFERENCE = 1 } |
Public Member Functions | |
AngleVariant () | |
~AngleVariant () | |
AngleVariant::TypeEnum | getType (void) |
void | setType (AngleVariant::TypeEnum type) |
void | copy (AngleVariant &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 |
LiteralRecord & | getLiteral (void) |
ReferenceRecord & | getReference (void) |
std::string | typeToString (void) |
![]() | |
Variant () | |
virtual | ~Variant () |
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 () | |
Private Attributes | |
TypeEnum | type |
LiteralRecord | literal |
ReferenceRecord | reference |
Additional Inherited Members | |
![]() | |
std::string | name |
openjaus::hmi::AngleVariant::AngleVariant | ( | ) |
openjaus::hmi::AngleVariant::~AngleVariant | ( | ) |
void openjaus::hmi::AngleVariant::copy | ( | AngleVariant & | source | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Variant.
LiteralRecord & openjaus::hmi::AngleVariant::getLiteral | ( | void | ) |
ReferenceRecord & openjaus::hmi::AngleVariant::getReference | ( | void | ) |
AngleVariant::TypeEnum openjaus::hmi::AngleVariant::getType | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Variant.
void openjaus::hmi::AngleVariant::setType | ( | AngleVariant::TypeEnum | type | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Variant.
std::string openjaus::hmi::AngleVariant::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
std::string openjaus::hmi::AngleVariant::typeToString | ( | void | ) |
|
private |
|
private |
|
private |