OpenJAUS Software Development Kit  4.3.1
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
openjaus::mobility::VelocityCommandTypeEnumeration Class Reference

#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 (VelocityCommandTypeEnum value)
 
 ~VelocityCommandTypeEnumeration ()
 
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
 
VelocityCommandTypeEnum getValue (void) const
 
void setValue (VelocityCommandTypeEnum 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 (VelocityCommandTypeEnum value)
 

Protected Attributes

VelocityCommandTypeEnum value
 
- Protected Attributes inherited from openjaus::model::fields::Enumeration
long value
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Member Enumeration Documentation

§ VelocityCommandTypeEnum

Enumerator
CURRENT 
MAXIMUM 
MINIMUM 
DEFAULT 

Constructor & Destructor Documentation

§ VelocityCommandTypeEnumeration() [1/2]

openjaus::mobility::VelocityCommandTypeEnumeration::VelocityCommandTypeEnumeration ( )

§ VelocityCommandTypeEnumeration() [2/2]

openjaus::mobility::VelocityCommandTypeEnumeration::VelocityCommandTypeEnumeration ( VelocityCommandTypeEnumeration::VelocityCommandTypeEnum  value)

§ ~VelocityCommandTypeEnumeration()

openjaus::mobility::VelocityCommandTypeEnumeration::~VelocityCommandTypeEnumeration ( )

Member Function Documentation

§ from()

int openjaus::mobility::VelocityCommandTypeEnumeration::from ( system::Buffer src)
virtual
Parameters
src

Reimplemented from openjaus::model::fields::Enumeration.

§ getValue()

VelocityCommandTypeEnumeration::VelocityCommandTypeEnum openjaus::mobility::VelocityCommandTypeEnumeration::getValue ( void  ) const

§ length()

int openjaus::mobility::VelocityCommandTypeEnumeration::length ( void  )
virtual

§ setValue()

void openjaus::mobility::VelocityCommandTypeEnumeration::setValue ( VelocityCommandTypeEnumeration::VelocityCommandTypeEnum  value)

§ to()

int openjaus::mobility::VelocityCommandTypeEnumeration::to ( system::Buffer dst)
virtual
Parameters
dst

Reimplemented from openjaus::model::fields::Enumeration.

§ toString() [1/2]

std::string openjaus::mobility::VelocityCommandTypeEnumeration::toString ( ) const
virtual

§ toString() [2/2]

std::string openjaus::mobility::VelocityCommandTypeEnumeration::toString ( VelocityCommandTypeEnumeration::VelocityCommandTypeEnum  value)
static

§ toXml()

std::string openjaus::mobility::VelocityCommandTypeEnumeration::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

§ value

VelocityCommandTypeEnum openjaus::mobility::VelocityCommandTypeEnumeration::value
protected

The documentation for this class was generated from the following files: