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  

files.c File Reference

Structures and functions associated with the files produced by the LRD parser. More...

#include "error_p.h"
#include "files_p.h"
#include "fileUtils_p.h"
#include "lString_p.h"
#include <string.h>
#include <stdlib.h>

Include dependency graph for files.c:


Enumerations

enum  {
  IS_IMPL = 0,
  IS_HEADER = 1
}
enum  { INITIAL_STACK_LIMIT = 8 }

Functions

void init_filerimType (FilerimType *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_filerimType (FilerimType *file, const char *name)
 Add the compoment name to the list of names held in the structure.
void sreg_filerimType (FilerimType *file)
 NO-OP.
void sfld_filerimType (FilerimType *file)
 NO_OP.
void ereg_filerimType (FilerimType *file)
 NO_OP.
void ecpt_filerimType (FilerimType *file)
 NO_OP.
void fini_filerimType (FilerimType *file)
 Write out an array of component name strings using the list of strings held in the structure, then close the file.
void init_fileTypeEnum (FileTypeEnum *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileTypeEnum (FileTypeEnum *file, const char *name)
 Add the component name to the list of held in the file structure.
void sreg_fileTypeEnum (FileTypeEnum *file)
 NO_OP.
void sfld_fileTypeEnum (FileTypeEnum *file)
 NO_OP.
void ereg_fileTypeEnum (FileTypeEnum *file)
 NO_OP.
void ecpt_fileTypeEnum (FileTypeEnum *file)
 NO_OP.
void fini_fileTypeEnum (FileTypeEnum *file)
 Write out an enumeration of the component types using the list held in the file structure, then close the file.
void init_fileRegEnum (FileRegEnum *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileRegEnum (FileRegEnum *file)
 NO_OP.
void sreg_fileRegEnum (FileRegEnum *file)
 NO_OP.
void sfld_fileRegEnum (FileRegEnum *file)
 NO_OP.
void ereg_fileRegEnum (FileRegEnum *file)
 NO_OP.
void ecpt_fileRegEnum (FileRegEnum *file, L_head *enums)
 Write out an enumeration of the registers within a component.
void fini_fileRegEnum (FileRegEnum *file)
 Close the file.
void init_fileFldEnum (FileFldEnum *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileFldEnum (FileFldEnum *file)
 NO_OP.
void sreg_fileFldEnum (FileFldEnum *file, const char *cptName, const char *regName)
 Start an enumeration of the fields inside this register, begining with a special "register" field that represents the whole register.
void sfld_fileFldEnum (FileFldEnum *file, const char *cptName, const char *regName, const char *fldName, unsigned nFld)
 Write out an enumeration for the field.
void ereg_fileFldEnum (FileFldEnum *file)
 Finish off the enumeration.
void ecpt_fileFldEnum (FileFldEnum *file)
 NO_OP.
void fini_fileFldEnum (FileFldEnum *file)
 Close the file.
void init_fileDescription (FileDescription *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileDescription (FileDescription *file, const char *name)
 Add the component name to the list held in the file structure.
void sreg_fileDescription (FileDescription *file, const char *cptName, const char *regName, unsigned regWidth)
 Start an array of Field Descriptions for this register, begining with the special "register" field that holds the whole register.
void sfld_fileDescription (FileDescription *file, unsigned width, unsigned offset)
 Add an element to the array of Field Descriptions for this field.
void ereg_fileDescription (FileDescription *file)
 Close out the array of Field Descriptions.
void ecpt_fileDescription (FileDescription *file, L_head *regs, const char *name, unsigned regWidth, unsigned nReg)
 Write out the Register and Component Descriptions.
void fini_fileDescription (FileDescription *file)
 Write out an array of Component Descriptions to complete the LAT description and close the file.
void init_fileXMLTags (FileXMLTags *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileXMLTags (FileXMLTags *file)
 NO_OP.
void sreg_fileXMLTags (FileXMLTags *file, const char *cptName, const char *regName)
 Print out the structure defining the XML tag for this register.
void sfld_fileXMLTags (FileXMLTags *file, const char *cptName, const char *regName, const char *fldName)
 Print out the structure defining the XML tag for this field.
void ereg_fileXMLTags (FileXMLTags *file, const char *cptName, const char *regName)
 Print out the array of children for this register and the register tag.
void ecpt_fileXMLTags (FileXMLTags *file, L_head *children, const char *tag, const char *base_name)
 Print out the structures defining the XML tags associated with this component.
void fini_fileXMLTags (FileXMLTags *file)
 Finish off the XML vocabulary for the rim_parser by writing out an array of tags that are children of the document element, the base tags.
void init_fileXMLDTD (FileXMLDTD *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileXMLDTD (FileXMLDTD *file, const char *base_name)
 If this component has no parent then base_name is not NULL and should be added the list of base tags.
void sreg_fileXMLDTD (FileXMLDTD *file, L_head *cptDtd, const char *regName)
 Add this register to the list of elements contained by the parent component.
void sfld_fileXMLDTD (FileXMLDTD *file, const char *fldName)
 Add the field name to the list of field names held in the file structure and add an XML element declaration to the list of field elements held in this structure.
void ereg_fileXMLDTD (FileXMLDTD *file, const char *regName)
 Add a declaration of the register element to the list of strings making up the DTD.
void ecpt_fileXMLDTD (FileXMLDTD *file, const char *cptName, L_head *dtdCpt, unsigned multi)
 Write out the component portion of the DTD.
void fini_fileXMLDTD (FileXMLDTD *file)
 Write out the complete DTD and close the file.
void init_fileMapTags (FileMapTags *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileMapTags (FileMapTags *file)
 NO_OP.
void sreg_fileMapTags (FileMapTags *file)
 NO_OP.
void sfld_fileMapTags (FileMapTags *file)
 NO_OP.
void ereg_fileMapTags (FileMapTags *file)
 NO_OP.
void ecpt_fileMapTags (FileMapTags *file, L_head *children, const char *tag, const char *base_name)
 Print out the structures defining the Map tags associated with this component.
void fini_fileMapTags (FileMapTags *file)
 Finish off the Map vocabulary for the rim_parser by writing out an array of tags that are children of the document element, the base tags.
void init_fileMapDTD (FileMapDTD *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileMapDTD (FileMapDTD *file, const char *base_name)
 If this component has no parent then base_name is not NULL and should be added the list of base tags.
void sreg_fileMapDTD (FileMapDTD *file)
 NO_OP.
void sfld_fileMapDTD (FileMapDTD *file)
 NO_OP.
void ereg_fileMapDTD (FileMapDTD *file)
 NO_OP.
void ecpt_fileMapDTD (FileMapDTD *file, const char *cptName, L_head *dtdCpt)
 Write out the component portion of the DTD.
void fini_fileMapDTD (FileMapDTD *file)
 Write out the complete DTD and close the file.
void init_fileTree_c (FileTree_c *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileTree_c (FileTree_c *file, const char *name)
 Add the component name to the list held in the file structure.
void sreg_fileTree_c (FileTree_c *file)
 NO_OP.
void sfld_fileTree_c (FileTree_c *file)
 NO_OP.
void ereg_fileTree_c (FileTree_c *file)
 NO_OP.
void ecpt_fileTree_c (FileTree_c *file)
 NO_OP.
void fini_fileTree_c (FileTree_c *file)
 Write out the initTree function and close the file.
void init_fileTree_h (FileTree_h *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileTree_h (FileTree_h *file, const char *name)
 Add the component name to the list held in the file structure.
void sreg_fileTree_h (FileTree_h *file)
 NO_OP.
void sfld_fileTree_h (FileTree_h *file)
 NO_OP.
void ereg_fileTree_h (FileTree_h *file)
 NO_OP.
void ecpt_fileTree_h (FileTree_h *file)
 NO_OP.
void fini_fileTree_h (FileTree_h *file)
 Write out the RIMtree structure and close the file.
void init_fileNumber (FileNumber *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileNumber (FileNumber *file, const char *name, unsigned multi)
 Add the name and maximum ID for this component to the lists held in the file structure and update the array describing the acceptable ranges of the address indicies.
void sreg_fileNumber (FileNumber *file)
 NO_OP.
void sfld_fileNumber (FileNumber *file)
 NO_OP.
void ereg_fileNumber (FileNumber *file)
 NO_OP.
void ecpt_fileNumber (FileNumber *file)
 Peel back the hierarchy by decrementing the index and clearing one element of the addrRng array.
void fini_fileNumber (FileNumber *file)
 Write out the eumerations giving the number of LAT components and an array connnecting these enums to the LAT component types, then close the file.
void init_fileAddr (FileAddr *file)
 Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.
void scpt_fileAddr (FileAddr *file, unsigned multi)
 Adds the address range to the list.
void sreg_fileAddr (FileAddr *file)
 NO_OP.
void sfld_fileAddr (FileAddr *file)
 NO_OP.
void ereg_fileAddr (FileAddr *file)
 NO_OP.
void ecpt_fileAddr (FileAddr *file)
 Decrements the index indicating depth in the hierarchy and clears the relevant addr bit.
void fini_fileAddr (FileAddr *file)
 Write out an array indicating the accptable ranges of address indicies for each LAT component.

Variables

static const Filenames rfn
 Definition of the filenames used by the parser.

Detailed Description

Structures and functions associated with the files produced by the LRD parser.

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

Function Documentation

void ecpt_fileAddr FileAddr file  ) 
 

Decrements the index indicating depth in the hierarchy and clears the relevant addr bit.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileDescription FileDescription file,
L_head *  regs,
const char *  name,
unsigned  regWidth,
unsigned  nReg
 

Write out the Register and Component Descriptions.

Parameters:
file Pointer to structure holding the data required for creating this file
regs List of strings used to construct the Register Description
name Component name
regWidth Number of bits in the registers of this component
nReg Number of registers in this component

void ecpt_fileFldEnum FileFldEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileMapDTD FileMapDTD file,
const char *  cptName,
L_head *  dtdCpt
 

Write out the component portion of the DTD.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Component name
dtdCpt List of children elements of the component

void ecpt_fileMapTags FileMapTags file,
L_head *  children,
const char *  tag,
const char *  base_name
 

Print out the structures defining the Map tags associated with this component.

Parameters:
file Pointer to structure holding the data required for creating this file
children List of strings that form an array of children of this component
tag String defining the Map tag for this component
base_name NULL if this component has a parent, otherwise the name of this component

void ecpt_fileNumber FileNumber file  ) 
 

Peel back the hierarchy by decrementing the index and clearing one element of the addrRng array.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileRegEnum FileRegEnum file,
L_head *  enums
 

Write out an enumeration of the registers within a component.

Parameters:
file Pointer to structure holding the data required for creating this file
enums List of register enumerations

void ecpt_filerimType FilerimType file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileTree_c FileTree_c file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileTree_h FileTree_h file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileTypeEnum FileTypeEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ecpt_fileXMLDTD FileXMLDTD file,
const char *  cptName,
L_head *  dtdCpt,
unsigned  multi
 

Write out the component portion of the DTD.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Component name
dtdCpt List of children elements of the component
multi Multiplicity of this component

void ecpt_fileXMLTags FileXMLTags file,
L_head *  children,
const char *  tag,
const char *  base_name
 

Print out the structures defining the XML tags associated with this component.

Parameters:
file Pointer to structure holding the data required for creating this file
children List of strings that form an array of children of this component
tag String defining the XML tag for this component
base_name NULL if this component has a parent, otherwise the name of this component

void ereg_fileAddr FileAddr file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileDescription FileDescription file  ) 
 

Close out the array of Field Descriptions.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileFldEnum FileFldEnum file  ) 
 

Finish off the enumeration.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileMapDTD FileMapDTD file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileMapTags FileMapTags file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileNumber FileNumber file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileRegEnum FileRegEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_filerimType FilerimType file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileTree_c FileTree_c file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileTree_h FileTree_h file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileTypeEnum FileTypeEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void ereg_fileXMLDTD FileXMLDTD file,
const char *  regName
 

Add a declaration of the register element to the list of strings making up the DTD.

Parameters:
file Pointer to structure holding the data required for creating this file
regName Register name

void ereg_fileXMLTags FileXMLTags file,
const char *  cptName,
const char *  regName
 

Print out the array of children for this register and the register tag.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Name of the current component
regName Name of register ending

void fini_fileAddr FileAddr file  ) 
 

Write out an array indicating the accptable ranges of address indicies for each LAT component.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileDescription FileDescription file  ) 
 

Write out an array of Component Descriptions to complete the LAT description and close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileFldEnum FileFldEnum file  ) 
 

Close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileMapDTD FileMapDTD file  ) 
 

Write out the complete DTD and close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileMapTags FileMapTags file  ) 
 

Finish off the Map vocabulary for the rim_parser by writing out an array of tags that are children of the document element, the base tags.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileNumber FileNumber file  ) 
 

Write out the eumerations giving the number of LAT components and an array connnecting these enums to the LAT component types, then close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileRegEnum FileRegEnum file  ) 
 

Close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_filerimType FilerimType file  ) 
 

Write out an array of component name strings using the list of strings held in the structure, then close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileTree_c FileTree_c file  ) 
 

Write out the initTree function and close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileTree_h FileTree_h file  ) 
 

Write out the RIMtree structure and close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileTypeEnum FileTypeEnum file  ) 
 

Write out an enumeration of the component types using the list held in the file structure, then close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileXMLDTD FileXMLDTD file  ) 
 

Write out the complete DTD and close the file.

Parameters:
file Pointer to structure holding the data required for creating this file

void fini_fileXMLTags FileXMLTags file  ) 
 

Finish off the XML vocabulary for the rim_parser by writing out an array of tags that are children of the document element, the base tags.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileAddr FileAddr file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileDescription FileDescription file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileFldEnum FileFldEnum file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileMapDTD FileMapDTD file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileMapTags FileMapTags file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileNumber FileNumber file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileRegEnum FileRegEnum file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_filerimType FilerimType file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileTree_c FileTree_c file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileTree_h FileTree_h file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileTypeEnum FileTypeEnum file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileXMLDTD FileXMLDTD file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void init_fileXMLTags FileXMLTags file  ) 
 

Initialise the file structure by opening the file, writing some intial statements to it and initialising any lists.

Parameters:
file Pointer to structure holding the data required for creating this file

void scpt_fileAddr FileAddr file,
unsigned  multi
 

Adds the address range to the list.

Parameters:
file Pointer to structure holding the data required for creating this file
multi Multiplicity of this component

void scpt_fileDescription FileDescription file,
const char *  name
 

Add the component name to the list held in the file structure.

Parameters:
file Pointer to structure holding the data required for creating this file
name Component name

void scpt_fileFldEnum FileFldEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void scpt_fileMapDTD FileMapDTD file,
const char *  base_name
 

If this component has no parent then base_name is not NULL and should be added the list of base tags.

Parameters:
file Pointer to structure holding the data required for creating this file
base_name NULL if this component is contained by another component, otherwise the component name

void scpt_fileMapTags FileMapTags file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void scpt_fileNumber FileNumber file,
const char *  name,
unsigned  multi
 

Add the name and maximum ID for this component to the lists held in the file structure and update the array describing the acceptable ranges of the address indicies.

Parameters:
file Pointer to structure holding the data required for creating this file
name Component name
multi Multiplicity of this component

void scpt_fileRegEnum FileRegEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void scpt_filerimType FilerimType file,
const char *  name
 

Add the compoment name to the list of names held in the structure.

Parameters:
file Pointer to structure holding the data required for creating this file
name String giving the component name

void scpt_fileTree_c FileTree_c file,
const char *  name
 

Add the component name to the list held in the file structure.

Parameters:
file Pointer to structure holding the data required for creating this file
name Component name

void scpt_fileTree_h FileTree_h file,
const char *  name
 

Add the component name to the list held in the file structure.

Parameters:
file Pointer to structure holding the data required for creating this file
name Component name

void scpt_fileTypeEnum FileTypeEnum file,
const char *  name
 

Add the component name to the list of held in the file structure.

Parameters:
file Pointer to structure holding the data required for creating this file
name Component name

void scpt_fileXMLDTD FileXMLDTD file,
const char *  base_name
 

If this component has no parent then base_name is not NULL and should be added the list of base tags.

Parameters:
file Pointer to structure holding the data required for creating this file
base_name NULL if this component is contained by another component, otherwise the component name

void scpt_fileXMLTags FileXMLTags file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileAddr FileAddr file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileDescription FileDescription file,
unsigned  width,
unsigned  offset
 

Add an element to the array of Field Descriptions for this field.

Parameters:
file Pointer to structure holding the data required for creating this file
width Number of bits in this field
offset Start bit of the field

void sfld_fileFldEnum FileFldEnum file,
const char *  cptName,
const char *  regName,
const char *  fldName,
unsigned  nFld
 

Write out an enumeration for the field.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Name of the component containing this field
regName Name of the register holding this field
fldName Name of the field
nFld Number of this field

void sfld_fileMapDTD FileMapDTD file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileMapTags FileMapTags file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileNumber FileNumber file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileRegEnum FileRegEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_filerimType FilerimType file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileTree_c FileTree_c file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileTree_h FileTree_h file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileTypeEnum FileTypeEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sfld_fileXMLDTD FileXMLDTD file,
const char *  fldName
 

Add the field name to the list of field names held in the file structure and add an XML element declaration to the list of field elements held in this structure.

Parameters:
file Pointer to structure holding the data required for creating this file
fldName Name of the current field

void sfld_fileXMLTags FileXMLTags file,
const char *  cptName,
const char *  regName,
const char *  fldName
 

Print out the structure defining the XML tag for this field.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Component name
regName Register name
fldName Field name

void sreg_fileAddr FileAddr file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileDescription FileDescription file,
const char *  cptName,
const char *  regName,
unsigned  regWidth
 

Start an array of Field Descriptions for this register, begining with the special "register" field that holds the whole register.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Name of the compoment holding this register
regName Name of the register
regWidth Number of bits in the register

void sreg_fileFldEnum FileFldEnum file,
const char *  cptName,
const char *  regName
 

Start an enumeration of the fields inside this register, begining with a special "register" field that represents the whole register.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Name of the component containing this register
regName Name of the register

void sreg_fileMapDTD FileMapDTD file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileMapTags FileMapTags file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileNumber FileNumber file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileRegEnum FileRegEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_filerimType FilerimType file  ) 
 

NO-OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileTree_c FileTree_c file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileTree_h FileTree_h file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileTypeEnum FileTypeEnum file  ) 
 

NO_OP.

Parameters:
file Pointer to structure holding the data required for creating this file

void sreg_fileXMLDTD FileXMLDTD file,
L_head *  cptDtd,
const char *  regName
 

Add this register to the list of elements contained by the parent component.

Parameters:
file Pointer to structure holding the data required for creating this file
cptDtd List of elements contained by the current component
regName Register name

void sreg_fileXMLTags FileXMLTags file,
const char *  cptName,
const char *  regName
 

Print out the structure defining the XML tag for this register.

Parameters:
file Pointer to structure holding the data required for creating this file
cptName Component name
regName Register name


Variable Documentation

const Filenames rfn [static]
 

Initial value:

 {
  "../RIM",
  "../src", 
  "rimType",
  "regEnums",
  "fldEnums",
  "descriptions",
  "xml_tags",
  "map_tags",
  "rim",
  "map",
  "initRIM",
  "number",
  "addr",
  "parser_descriptor_p.h",
  "parser_tag_p.h",
  "map_p.h"
}
Definition of the filenames used by the parser.


Generated on Thu Apr 13 23:38:28 2006 by  doxygen 1.4.4