_dba_msg_level Struct Reference

#include <level.h>


Detailed Description

Store an array of physical data all on the same level.


Data Fields

int ltype
 Type of the level.
int l1
 L1 value of the level.
int l2
 L2 value of the level.
int data_count
 Number of items in this level.
int data_alloc
 Number of items allocated (must always be greater than or equal to data_count.
dba_msg_datumdata
 The array with the data, reallocated as needed.


Field Documentation

int _dba_msg_level::ltype

Type of the level.

See Level type values.

int _dba_msg_level::l1

L1 value of the level.

See Level type values.

int _dba_msg_level::l2

L2 value of the level.

See Level type values.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 22 15:18:10 2007 for libdballe-db by  doxygen 1.5.2