#include <PrimitiveDataDefinitionEnumeration.h>
Inherits openjaus::model::fields::Enumeration.
|
| enum | PrimitiveDataDefinitionEnum {
BYTE = 0,
SHORT_INTEGER = 1,
INTEGER = 2,
LONG_INTEGER = 3,
UNSIGNED_SHORT_INTEGER = 4,
UNSIGNED_INTEGER = 5,
UNSIGNED_LONG_INTEGER = 6,
FLOAT = 7,
LONG_FLOAT = 8,
CHARACTER = 9,
LIST_OF_BYTES = 10,
LIST_OF_SHORT_INTEGERS = 11,
LIST_OF_INTEGERS = 12,
LIST_OF_LONG_INTEGERS = 13,
LIST_OF_UNSIGNED_SHORT_INTEGERS = 14,
LIST_OF_UNSIGNED_INTEGERS = 15,
LIST_OF_UNSIGNED_LONG_INTEGERS = 16,
LIST_OF_FLOATS = 17,
LIST_OF_LONG_FLOATS = 18,
LIST_OF_CHARACTERS = 19
} |
| |
§ PrimitiveDataDefinitionEnum
| Enumerator |
|---|
| BYTE | |
| SHORT_INTEGER | |
| INTEGER | |
| LONG_INTEGER | |
| UNSIGNED_SHORT_INTEGER | |
| UNSIGNED_INTEGER | |
| UNSIGNED_LONG_INTEGER | |
| FLOAT | |
| LONG_FLOAT | |
| CHARACTER | |
| LIST_OF_BYTES | |
| LIST_OF_SHORT_INTEGERS | |
| LIST_OF_INTEGERS | |
| LIST_OF_LONG_INTEGERS | |
| LIST_OF_UNSIGNED_SHORT_INTEGERS | |
| LIST_OF_UNSIGNED_INTEGERS | |
| LIST_OF_UNSIGNED_LONG_INTEGERS | |
| LIST_OF_FLOATS | |
| LIST_OF_LONG_FLOATS | |
| LIST_OF_CHARACTERS | |
§ PrimitiveDataDefinitionEnumeration() [1/2]
| openjaus::hmi::PrimitiveDataDefinitionEnumeration::PrimitiveDataDefinitionEnumeration |
( |
| ) |
|
§ PrimitiveDataDefinitionEnumeration() [2/2]
§ ~PrimitiveDataDefinitionEnumeration()
| openjaus::hmi::PrimitiveDataDefinitionEnumeration::~PrimitiveDataDefinitionEnumeration |
( |
| ) |
|
§ from()
| int openjaus::hmi::PrimitiveDataDefinitionEnumeration::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getValue()
§ length()
| int openjaus::hmi::PrimitiveDataDefinitionEnumeration::length |
( |
void |
| ) |
|
|
virtual |
§ setValue()
§ to()
| int openjaus::hmi::PrimitiveDataDefinitionEnumeration::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toString() [1/2]
| std::string openjaus::hmi::PrimitiveDataDefinitionEnumeration::toString |
( |
| ) |
const |
|
virtual |
§ toString() [2/2]
§ toXml()
| std::string openjaus::hmi::PrimitiveDataDefinitionEnumeration::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ value
The documentation for this class was generated from the following files: