GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > RIM / V0-0-2

Constituent: lrd_parser     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

tags_p.h File Reference

Tags of the lrd files. More...

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

Include dependency graph for tags_p.h:

This graph shows which files directly or indirectly include this file:


Variables

static XLX_basic_tag * fldChild []
 Array of pointers to named objects that are children of the component element.
static XLX_parent_tag fld
 Tag structure for the component 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 component 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 component element.

XLX_basic_tag* fldChild[] [static]
 

Initial value:

 {
  NULL 
}
Array of pointers to named objects that are children of the component 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.

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 component 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 13 23:38:54 2006 by  doxygen 1.4.4