#include <StructureFieldVariant.h>
Inherits openjaus::model::fields::Variant.
|
| enum | TypeEnum {
BYTEREC = 0,
SHORTINTREC = 1,
INTEGERREC = 2,
LONGINTREC = 3,
USHORTINTREC = 4,
UINTEGERREC = 5,
ULONGINTREC = 6,
FLOATREC = 7,
LONGFLOATREC = 8,
BYTELIST = 9,
SHORTINTLIST = 10,
INTEGERLIST = 11,
LONGINTLIST = 12,
USHORTINTLIST = 13,
UINTEGERLIST = 14,
ULONGINTLIST = 15,
FLOATLIST = 16,
LONGFLOATLIST = 17,
CHARLIST = 18
} |
| |
§ TypeEnum
| Enumerator |
|---|
| BYTEREC | |
| SHORTINTREC | |
| INTEGERREC | |
| LONGINTREC | |
| USHORTINTREC | |
| UINTEGERREC | |
| ULONGINTREC | |
| FLOATREC | |
| LONGFLOATREC | |
| BYTELIST | |
| SHORTINTLIST | |
| INTEGERLIST | |
| LONGINTLIST | |
| USHORTINTLIST | |
| UINTEGERLIST | |
| ULONGINTLIST | |
| FLOATLIST | |
| LONGFLOATLIST | |
| CHARLIST | |
§ StructureFieldVariant()
| openjaus::hmi::StructureFieldVariant::StructureFieldVariant |
( |
| ) |
|
§ ~StructureFieldVariant()
| openjaus::hmi::StructureFieldVariant::~StructureFieldVariant |
( |
| ) |
|
§ copy()
§ from()
| int openjaus::hmi::StructureFieldVariant::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getByteList()
| ByteList & openjaus::hmi::StructureFieldVariant::getByteList |
( |
void |
| ) |
|
§ getByteRec()
| ByteRecord & openjaus::hmi::StructureFieldVariant::getByteRec |
( |
void |
| ) |
|
§ getCharList()
| CharList & openjaus::hmi::StructureFieldVariant::getCharList |
( |
void |
| ) |
|
§ getFloatList()
| FloatList & openjaus::hmi::StructureFieldVariant::getFloatList |
( |
void |
| ) |
|
§ getFloatRec()
| FloatRecord & openjaus::hmi::StructureFieldVariant::getFloatRec |
( |
void |
| ) |
|
§ getIntegerList()
| IntegerList & openjaus::hmi::StructureFieldVariant::getIntegerList |
( |
void |
| ) |
|
§ getIntegerRec()
| IntegerRecord & openjaus::hmi::StructureFieldVariant::getIntegerRec |
( |
void |
| ) |
|
§ getLongFloatList()
| LongFloatList & openjaus::hmi::StructureFieldVariant::getLongFloatList |
( |
void |
| ) |
|
§ getLongFloatRec()
| LongFloatRecord & openjaus::hmi::StructureFieldVariant::getLongFloatRec |
( |
void |
| ) |
|
§ getLongIntList()
| LongIntList & openjaus::hmi::StructureFieldVariant::getLongIntList |
( |
void |
| ) |
|
§ getLongIntRec()
| LongIntRecord & openjaus::hmi::StructureFieldVariant::getLongIntRec |
( |
void |
| ) |
|
§ getShortIntList()
| ShortIntList & openjaus::hmi::StructureFieldVariant::getShortIntList |
( |
void |
| ) |
|
§ getShortIntRec()
| ShortIntRecord & openjaus::hmi::StructureFieldVariant::getShortIntRec |
( |
void |
| ) |
|
§ getType()
§ getUIntegerList()
| UIntegerList & openjaus::hmi::StructureFieldVariant::getUIntegerList |
( |
void |
| ) |
|
§ getUIntegerRec()
| UIntegerRecord & openjaus::hmi::StructureFieldVariant::getUIntegerRec |
( |
void |
| ) |
|
§ getULongIntList()
| ULongIntList & openjaus::hmi::StructureFieldVariant::getULongIntList |
( |
void |
| ) |
|
§ getULongIntRec()
| ULongIntRecord & openjaus::hmi::StructureFieldVariant::getULongIntRec |
( |
void |
| ) |
|
§ getUShortIntList()
| UShortIntList & openjaus::hmi::StructureFieldVariant::getUShortIntList |
( |
void |
| ) |
|
§ getUShortIntRec()
| UShortIntRecord & openjaus::hmi::StructureFieldVariant::getUShortIntRec |
( |
void |
| ) |
|
§ length()
| int openjaus::hmi::StructureFieldVariant::length |
( |
void |
| ) |
|
|
virtual |
§ setType()
§ to()
§ toXml()
| std::string openjaus::hmi::StructureFieldVariant::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ typeToString()
| std::string openjaus::hmi::StructureFieldVariant::typeToString |
( |
void |
| ) |
|
§ byteList
| ByteList openjaus::hmi::StructureFieldVariant::byteList |
|
private |
§ byteRec
| ByteRecord openjaus::hmi::StructureFieldVariant::byteRec |
|
private |
§ charList
| CharList openjaus::hmi::StructureFieldVariant::charList |
|
private |
§ floatList
| FloatList openjaus::hmi::StructureFieldVariant::floatList |
|
private |
§ floatRec
| FloatRecord openjaus::hmi::StructureFieldVariant::floatRec |
|
private |
§ integerList
| IntegerList openjaus::hmi::StructureFieldVariant::integerList |
|
private |
§ integerRec
§ longFloatList
| LongFloatList openjaus::hmi::StructureFieldVariant::longFloatList |
|
private |
§ longFloatRec
§ longIntList
| LongIntList openjaus::hmi::StructureFieldVariant::longIntList |
|
private |
§ longIntRec
§ shortIntList
| ShortIntList openjaus::hmi::StructureFieldVariant::shortIntList |
|
private |
§ shortIntRec
§ type
| TypeEnum openjaus::hmi::StructureFieldVariant::type |
|
private |
§ uIntegerList
| UIntegerList openjaus::hmi::StructureFieldVariant::uIntegerList |
|
private |
§ uIntegerRec
§ uLongIntList
| ULongIntList openjaus::hmi::StructureFieldVariant::uLongIntList |
|
private |
§ uLongIntRec
§ uShortIntList
| UShortIntList openjaus::hmi::StructureFieldVariant::uShortIntList |
|
private |
§ uShortIntRec
The documentation for this class was generated from the following files: