#include <VelocityCommandTypeEnumeration.h>
Inherits openjaus::model::fields::Enumeration.
Public Types | |
| enum | VelocityCommandTypeEnum { CURRENT = 0, MAXIMUM = 1, MINIMUM = 2, DEFAULT = 3 } |
Public Member Functions | |
| VelocityCommandTypeEnumeration () | |
| ~VelocityCommandTypeEnumeration () | |
| virtual int | to (system::Buffer *dst) |
| Operation to. | |
| virtual int | from (system::Buffer *src) |
| Operation from. | |
| virtual int | length (void) |
| Serializes object to internal transport buffer. | |
| std::string | toXml (unsigned char level=0) const |
| std::string | toString () const |
| VelocityCommandTypeEnum | getValue (void) const |
| Accessor to get the value of value. | |
| void | setValue (VelocityCommandTypeEnum value) |
Protected Attributes | |
| VelocityCommandTypeEnum | value |
| openjaus::mobility::VelocityCommandTypeEnumeration::VelocityCommandTypeEnumeration | ( | ) |
| openjaus::mobility::VelocityCommandTypeEnumeration::~VelocityCommandTypeEnumeration | ( | ) |
| int openjaus::mobility::VelocityCommandTypeEnumeration::from | ( | system::Buffer * | src | ) | [virtual] |
| src |
Reimplemented from openjaus::model::fields::Enumeration.
| VelocityCommandTypeEnumeration::VelocityCommandTypeEnum openjaus::mobility::VelocityCommandTypeEnumeration::getValue | ( | void | ) | const |
Reimplemented from openjaus::model::fields::Enumeration.
| int openjaus::mobility::VelocityCommandTypeEnumeration::length | ( | void | ) | [virtual] |
Reimplemented from openjaus::model::fields::Enumeration.
| void openjaus::mobility::VelocityCommandTypeEnumeration::setValue | ( | VelocityCommandTypeEnumeration::VelocityCommandTypeEnum | value | ) |
| int openjaus::mobility::VelocityCommandTypeEnumeration::to | ( | system::Buffer * | dst | ) | [virtual] |
| dst |
Reimplemented from openjaus::model::fields::Enumeration.
| std::string openjaus::mobility::VelocityCommandTypeEnumeration::toString | ( | ) | const |
Reimplemented from openjaus::model::fields::Enumeration.
| std::string openjaus::mobility::VelocityCommandTypeEnumeration::toXml | ( | unsigned char | level = 0 |
) | const |
Reimplemented from openjaus::model::fields::Enumeration.
1.7.1