|
OpenJAUS Software Development Kit
4.3.1
|
#include <DigitalControlRecEnumeration.h>
Inherits openjaus::model::fields::Enumeration.
Public Types | |
| enum | DigitalControlRecEnum { UNDEFINED = 0 } |
Public Member Functions | |
| DigitalControlRecEnumeration () | |
| DigitalControlRecEnumeration (DigitalControlRecEnum value) | |
| ~DigitalControlRecEnumeration () | |
| 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 |
| DigitalControlRecEnum | getValue (void) const |
| void | setValue (DigitalControlRecEnum 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 (DigitalControlRecEnum value) |
Protected Attributes | |
| DigitalControlRecEnum | value |
Protected Attributes inherited from openjaus::model::fields::Enumeration | |
| long | value |
Protected Attributes inherited from openjaus::model::fields::Field | |
| std::string | name |
| openjaus::hmi::DigitalControlRecEnumeration::DigitalControlRecEnumeration | ( | ) |
| openjaus::hmi::DigitalControlRecEnumeration::DigitalControlRecEnumeration | ( | DigitalControlRecEnumeration::DigitalControlRecEnum | value | ) |
| openjaus::hmi::DigitalControlRecEnumeration::~DigitalControlRecEnumeration | ( | ) |
|
virtual |
| src |
Reimplemented from openjaus::model::fields::Enumeration.
| DigitalControlRecEnumeration::DigitalControlRecEnum openjaus::hmi::DigitalControlRecEnumeration::getValue | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::fields::Enumeration.
| void openjaus::hmi::DigitalControlRecEnumeration::setValue | ( | DigitalControlRecEnumeration::DigitalControlRecEnum | value | ) |
|
virtual |
| dst |
Reimplemented from openjaus::model::fields::Enumeration.
|
virtual |
Reimplemented from openjaus::model::fields::Enumeration.
|
static |
| std::string openjaus::hmi::DigitalControlRecEnumeration::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |