#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.TI_DESC_CLASS_FIELD.h>
Public Member Functions | |
TI_DESC_CLASS_FIELD () | |
virtual | ~TI_DESC_CLASS_FIELD () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual TI_DESC_CLASS_FIELD * | clone () const |
virtual TI_DESC_CLASS_FIELD * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
std::string | entityName |
UInt32 | entityID |
UInt32 | fieldIndx |
std::string | fieldName |
std::string | fieldType |
SInt16 | derived |
TI_DESC_FIELD_TYPE::Enum | ptype |
UInt32 | offset |
UInt32 | len |
UInt32 | numElems |
Definition at line 43 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 99 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
|
virtual |
Provides string presentation.
Implements Class.
SInt16 derived |
Not significant for the client.
Definition at line 77 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
UInt32 entityID |
Class_ID.
Definition at line 65 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
std::string entityName |
Name of the reference class.
Definition at line 62 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
UInt32 fieldIndx |
For a structure field, its position in the structure. For an enumerate value, its position in the enumerate.
Definition at line 68 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
std::string fieldName |
Name of the structure field (or enumerate value string)
Definition at line 71 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
std::string fieldType |
Field datatype in DD formalism.
Definition at line 74 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
UInt32 len |
Length of field.
Definition at line 86 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
UInt32 numElems |
Number of elements that make up the field.
Definition at line 89 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
UInt32 offset |
Offset of the field in data.
Definition at line 83 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.
TI_DESC_FIELD_TYPE::Enum ptype |
Field datatype. Significant only for a structure field.
Definition at line 80 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.