GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> RIM / V3-1-2 > lrd_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>

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.4 2011/03/27 06:15:54 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 Fri Sep 30 18:26:45 2011 by  doxygen 1.5.8