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