|
ocssw
1.0
|
#include <epr_field.h>
Public Attributes | |
| char * | name |
| EPR_EDataTypeId | data_type_id |
| epr_uint | num_elems |
| char * | unit |
| char * | description |
| epr_uint | tot_size |
The EPR_FieldInfo structure contains meta information about a particular record field.
Definition at line 32 of file epr_field.h.
| EPR_EDataTypeId EPR_SFieldInfo::data_type_id |
This field's internal data type.
Definition at line 42 of file epr_field.h.
| char* EPR_SFieldInfo::description |
This field's description. Optional, can be NULL.
Definition at line 57 of file epr_field.h.
| char* EPR_SFieldInfo::name |
This field's name.
Definition at line 37 of file epr_field.h.
| epr_uint EPR_SFieldInfo::num_elems |
The number of data elements contained in this field (field-width).
Definition at line 47 of file epr_field.h.
| epr_uint EPR_SFieldInfo::tot_size |
The total size in bytes of all data elements of a field. tot_size is a derived variable, it is computed at runtime and not stored in the DSD-DB.
Definition at line 64 of file epr_field.h.
| char* EPR_SFieldInfo::unit |
This field's unit. Optional, can be NULL.
Definition at line 52 of file epr_field.h.
1.7.6.1