GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > RIM / V2-3-1

Constituent: rim_ground     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

RIM_ground_p.h File Reference

Private definitions for the RIM ground components. More...

#include "RIM/RIM.h"
#include "XLX/XLX.h"

Include dependency graph for RIM_ground_p.h:

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


Data Structures

struct  RIM_descriptor
 Descriptor used for parsing a character element. More...
struct  RIM_tag
 Derivation of the XLX/tag structure adding RIM information. More...
struct  RIM_state
 State of a RIM parser. More...
struct  RIM_mapOptns
 Map options. More...

Functions

RIM_tag ** RIM_cfgTags (void)
 Get the address of the configuration tag tree.
RIM_tag ** RIM_mapTags (void)
 Get the address of the ignore map tag tree.
void RIM_setRegBit (void *regmap, RIM_type type, int index, int regId)
 Set a bit in a register map (private).
void RIM_setRegDflts (RIM *rim, void *regmap)
 Propagate default register values to exceptions (private).

Detailed Description

Private definitions for the RIM ground components.

Author:
James Swain & Owen Saxton
Id
RIM_ground_p.h,v 1.3 2008/12/16 20:58:01 saxton Exp

Function Documentation

RIM_tag** RIM_cfgTags void   ) 
 

Get the address of the configuration tag tree.

Returns:
The address of the configuration tag tree

RIM_tag** RIM_mapTags void   ) 
 

Get the address of the ignore map tag tree.

Returns:
The address of the ignore map tag tree

void RIM_setRegBit void *  regmap,
RIM_type  type,
int  index,
int  reg
 

Set a bit in a register map (private).

Parameters:
regmap The address of the register map to be modified
type The component type number, assumed to be in range
index The index of the component, assumed to be in range
reg The register number, assumed to be in range

void RIM_setRegDflts RIM rim,
void *  regmap
 

Propagate default register values to exceptions (private).

Parameters:
rim The address of the RIM structure
regmap The address of the map of set registers


Generated on Wed Dec 17 01:28:02 2008 by  doxygen 1.4.4