OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
TI_DESC_CLASS_FIELD Class Reference

#include <SMP.Classes.TI_DESC_CLASS_FIELD.h>

Collaboration diagram for TI_DESC_CLASS_FIELD:

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 ( )
inline

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

virtual ~TI_DESC_CLASS_FIELD ( )
inlinevirtual

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

Member Function Documentation

virtual TI_DESC_CLASS_FIELD* clone ( ) const
virtual

Implements Class.

virtual TI_DESC_CLASS_FIELD* clone ( void *  ) const
virtual

Implements Class.

size_t deserialize ( const void *  buf,
size_t  inLen 
)
virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

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

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

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.

Field datatype. Significant only for a structure field.

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


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