ocssw  1.0
Public Attributes
EPR_SFieldInfo Struct Reference

#include <epr_field.h>

List of all members.

Public Attributes

char * name
EPR_EDataTypeId data_type_id
epr_uint num_elems
char * unit
char * description
epr_uint tot_size

Detailed Description

The EPR_FieldInfo structure contains meta information about a particular record field.

Definition at line 32 of file epr_field.h.


Member Data Documentation

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.

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.


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