parser.h File Reference

#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <expat.h>
#include <ctype.h>
#include <math.h>
#include "structs.h"

Include dependency graph for parser.h:

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

Go to the source code of this file.

Typedefs

typedef enum __State State

Enumerations

enum  __State {
  start, prehost, hostdec, preplace,
  placement, prelay, layout, preend,
  end, resources, filter, stream,
  fromto, tostream, error, parseerror
}

Functions

int readConfig (char *fileName, Layout *layout)
 reads a xml, fill the layout passed as argument


Typedef Documentation

typedef enum __State State
 


Enumeration Type Documentation

enum __State
 

Enumerator:
start 
prehost 
hostdec 
preplace 
placement 
prelay 
layout 
preend 
end 
resources 
filter 
stream 
fromto 
tostream 
error 
parseerror 

Definition at line 14 of file parser.h.


Function Documentation

int readConfig char *  fileName,
Layout layout
 

reads a xml, fill the layout passed as argument

Definition at line 675 of file parser.c.

References abreTag(), end, error, fechaTag(), and parseerror.

Here is the call graph for this function:


Generated on Tue Jan 17 19:25:04 2006 for Void by  doxygen 1.4.6