GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LATC / V9-1-2 > reg_parser / linux-gcc
#include <state_p.h>
Public Attributes | |
| XLX_state | pState |
| Base class to the RegState structure. | |
| XLX_stack | cptDetail |
| Stack of CptDetail structures describing the components whose start tags (but not end tags) have been encountered. | |
| char | regName [REG_NAME_LEN] |
| Name of the most recent register start tag. | |
| unsigned | regId |
| ID from the most recent register start tag. | |
| REG_TYPE | regType |
| Type of register IGN, LATC, INIT. | |
| unsigned | nFld |
| Number of field start tags encountered inside the current register. | |
| unsigned | nReg |
| Number of register start tags encountered inside the current component. | |
| unsigned | suppressed |
| 0 not suppressed, non-zero the current component is not handled by LATC | |
| GenFiles | file |
Structure holding all the "file" structures produced by the parser
Referenced by ecpt_regState(), ereg_regState(), fini_regState(), init_regState(), scpt_regState(), sfld_regState(), and sreg_regState().
1.5.8