TORCS  1.3.9
The Open Racing Car Simulator
parmOutput Struct Reference

Ouput control structure used for serializing parameter set into XML. More...

Collaboration diagram for parmOutput:

Public Attributes

int state
 Internal state. More...
 
struct sectioncurSection
 Current section. More...
 
struct paramcurParam
 Current parameter. More...
 
char * filename
 Name of the output file. More...
 
int indent
 Keep track of indentation. More...
 

Detailed Description

Ouput control structure used for serializing parameter set into XML.

Definition at line 114 of file params.cpp.

Member Data Documentation

◆ curParam

struct param* parmOutput::curParam

Current parameter.

Definition at line 118 of file params.cpp.

◆ curSection

struct section* parmOutput::curSection

Current section.

Definition at line 117 of file params.cpp.

◆ filename

char* parmOutput::filename

Name of the output file.

Definition at line 119 of file params.cpp.

◆ indent

int parmOutput::indent

Keep track of indentation.

Definition at line 120 of file params.cpp.

◆ state

int parmOutput::state

Internal state.

Definition at line 116 of file params.cpp.


The documentation for this struct was generated from the following file: