OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
TI_DESC_CLASS_FIELD Class Reference

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_FIELDclone () const
virtual TI_DESC_CLASS_FIELDclone (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

Detailed Description

Definition at line 43 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

Constructor & Destructor Documentation

◆ TI_DESC_CLASS_FIELD()

TI_DESC_CLASS_FIELD ( )
inline

Definition at line 46 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ ~TI_DESC_CLASS_FIELD()

virtual ~TI_DESC_CLASS_FIELD ( )
inlinevirtual

Definition at line 53 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

Member Function Documentation

◆ clone() [1/2]

virtual TI_DESC_CLASS_FIELD * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual TI_DESC_CLASS_FIELD * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 56 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 99 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ derived

SInt16 derived

Not significant for the client.

Definition at line 77 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ entityID

UInt32 entityID

Class_ID.

Definition at line 65 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ entityName

std::string entityName

Name of the reference class.

Definition at line 62 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ fieldIndx

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.

◆ fieldName

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.

◆ fieldType

std::string fieldType

Field datatype in DD formalism.

Definition at line 74 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ len

UInt32 len

Length of field.

Definition at line 86 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ numElems

UInt32 numElems

Number of elements that make up the field.

Definition at line 89 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ offset

UInt32 offset

Offset of the field in data.

Definition at line 83 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.

◆ ptype

Field datatype. Significant only for a structure field.

Definition at line 80 of file SMP.Classes.TI_DESC_CLASS_FIELD.h.