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

Constituent: lrd_parser     Tag: sun-gcc


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 dependency graph for tags_p.h:

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


Variables

static XLX_basic_tag * fldChild []
static XLX_parent_tag fld
static XLX_basic_tag * regChild []
static XLX_parent_tag reg
static XLX_basic_tag * cptChild []
static XLX_parent_tag cpt
static XLX_basic_tag * glatChild []
static XLX_parent_tag glat
static XLX_basic_tag * lrdChild []
static XLX_parent_tag lrd

Detailed Description

Tags of the lrd files.

Author:
James Swain & Owen Saxton
Id
tags_p.h,v 1.3 2007/03/16 21:53:14 saxton Exp

Variable Documentation

XLX_parent_tag cpt [static]
 

Initial value:

 {
  {"component", XLX_PARENT, NULL},
  XLX_RECURSIVE,
  cptChild,
  startComponent,
  endComponent
}

XLX_basic_tag* cptChild[] [static]
 

Initial value:

 {
  &reg.base,
  NULL 
}

XLX_parent_tag fld [static]
 

Initial value:

 {
  {"field", XLX_PARENT, NULL},
  XLX_NON_RECURSIVE,
  fldChild,
  startField,
  NULL,
}

XLX_basic_tag* fldChild[] [static]
 

Initial value:

 {
  NULL 
}

XLX_parent_tag glat [static]
 

Initial value:

 {
  {"LRD", XLX_PARENT, NULL},
  XLX_NON_RECURSIVE,
  glatChild,
  NULL,
  NULL
}

XLX_basic_tag* glatChild[] [static]
 

Initial value:

 {
  &cpt.base, 
  NULL
}

XLX_parent_tag lrd [static]
 

Initial value:

 {
  {"", XLX_PARENT, NULL},
  XLX_NON_RECURSIVE,
  lrdChild,
  NULL,
  NULL
}

XLX_basic_tag* lrdChild[] [static]
 

Initial value:

 {
  &glat.base, 
  NULL
}

XLX_parent_tag reg [static]
 

Initial value:

 {
  {"register", XLX_PARENT, XLX_character_tag},
  XLX_NON_RECURSIVE,
  regChild,
  startRegister,
  endRegister
}

XLX_basic_tag* regChild[] [static]
 

Initial value:

 {
  &fld.base,
  NULL 
}


Generated on Sat Dec 22 02:49:20 2007 by  doxygen 1.4.4