OpenJAUS Software Development Kit
4.3.1
|
#include <GroupEnumeration.h>
Inherits openjaus::model::fields::Enumeration.
Public Types | |
enum | GroupEnum { TOP = 0, LEFT = 1, RIGHT = 2, BOTTOM = 3 } |
Public Member Functions | |
GroupEnumeration () | |
GroupEnumeration (GroupEnum value) | |
~GroupEnumeration () | |
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 |
std::string | toString () const |
GroupEnum | getValue (void) const |
void | setValue (GroupEnum value) |
Public Member Functions inherited from openjaus::model::fields::Enumeration | |
Enumeration () | |
virtual | ~Enumeration () |
long | getValue () const |
Accessor to get the value of value. More... | |
bool | setValue (long value) |
Accessor to set value of value. More... | |
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 () | |
Static Public Member Functions | |
static std::string | toString (GroupEnum value) |
Protected Attributes | |
GroupEnum | value |
Protected Attributes inherited from openjaus::model::fields::Enumeration | |
long | value |
Protected Attributes inherited from openjaus::model::fields::Field | |
std::string | name |
openjaus::hmi::GroupEnumeration::GroupEnumeration | ( | ) |
openjaus::hmi::GroupEnumeration::GroupEnumeration | ( | GroupEnumeration::GroupEnum | value | ) |
openjaus::hmi::GroupEnumeration::~GroupEnumeration | ( | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Enumeration.
GroupEnumeration::GroupEnum openjaus::hmi::GroupEnumeration::getValue | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::fields::Enumeration.
void openjaus::hmi::GroupEnumeration::setValue | ( | GroupEnumeration::GroupEnum | value | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Enumeration.
|
virtual |
Reimplemented from openjaus::model::fields::Enumeration.
|
static |
std::string openjaus::hmi::GroupEnumeration::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |