GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LATC / dev > reg_parser / rhel4-32


Interface   Data Structures   File List   Data Fields   Globals  

tags_p.h File Reference

Tags of the lrd files. More...

#include <XLX/XLX.h>
#include <cptTag_p.h>
#include <regTag_p.h>
#include <fldTag_p.h>
#include <stdlib.h>

Variables

static XLX_basic_tag * fldChild []
 Array of pointers to named objects that are children of the field element.
static XLX_parent_tag fld
 Tag structure for the field element.
static XLX_basic_tag * regChild []
 Array of pointers to named objects that are children of the register element.
static XLX_parent_tag reg
 Tag structure for the register element.
static XLX_basic_tag * cptChild []
 Array of pointers to named objects that are children of the component element.
static XLX_parent_tag cpt
 Tag structure for the component element.
static XLX_basic_tag * glatChild []
 Array of pointers to named structures that are children on the LATC_XML document element.
static XLX_parent_tag glat
 Tag structure for the document element LRD.
static XLX_basic_tag * lrdChild []
 Array of pointers to named structures that are children on the RDX (pseudo) element.
static XLX_parent_tag lrd
 Tag structure for the (pseudo) element lrd.


Detailed Description

Tags of the lrd files.

Author:
James Swain -- jswain@slac.stanford.edu

Variable Documentation

XLX_parent_tag cpt [static]

Initial value:

 {
  {"component", XLX_PARENT, NULL},
  XLX_RECURSIVE,
  cptChild,
  startComponent,
  endComponent
}
Tag structure for the component element.

XLX_basic_tag* cptChild[] [static]

Initial value:

 {
  (XLX_basic_tag*)(&reg),
  NULL 
}
Array of pointers to named objects that are children of the component element.

XLX_parent_tag fld [static]

Initial value:

 {
  {"field", XLX_PARENT, NULL},
  XLX_NON_RECURSIVE,
  fldChild,
  startField,
  NULL,
}
Tag structure for the field element.

XLX_basic_tag* fldChild[] [static]

Initial value:

 {
  NULL 
}
Array of pointers to named objects that are children of the field element.

XLX_parent_tag glat [static]

Initial value:

 {
  {"LRD", XLX_PARENT, NULL},
  XLX_NON_RECURSIVE,
  glatChild,
  NULL,
  NULL
}
Tag structure for the document element LRD.

XLX_basic_tag* glatChild[] [static]

Initial value:

 {
  (XLX_basic_tag*)(&cpt), 
  NULL
}
Array of pointers to named structures that are children on the LATC_XML document element.

XLX_parent_tag lrd [static]

Initial value:

 {
  {"", XLX_PARENT, NULL},
  XLX_NON_RECURSIVE,
  lrdChild,
  NULL,
  NULL
}
Tag structure for the (pseudo) element lrd.

Referenced by init_regState().

XLX_basic_tag* lrdChild[] [static]

Initial value:

 {
  (XLX_basic_tag*)(&glat), 
  NULL
}
Array of pointers to named structures that are children on the RDX (pseudo) element.

XLX_parent_tag reg [static]

Initial value:

 {
  {"register", XLX_PARENT, XLX_character_tag},
  XLX_NON_RECURSIVE,
  regChild,
  startRegister,
  endRegister
}
Tag structure for the register element.

XLX_basic_tag* regChild[] [static]

Initial value:

 {
  (XLX_basic_tag*)(&fld),
  NULL 
}
Array of pointers to named objects that are children of the register element.


Generated on Thu Apr 7 17:31:13 2011 by  doxygen 1.5.8