TORCS  1.3.9
The Open Racing Car Simulator
parmHandle Struct Reference

Parameter set handle structure, multiple handles can reference the same parameter set. More...

Collaboration diagram for parmHandle:

Public Member Functions

 GF_TAILQ_ENTRY (struct parmHandle) linkHandle
 Next configuration handle. More...
 

Public Attributes

int magic
 Magic number (to detect wrong type casts and such) More...
 
struct parmHeaderconf
 Header of the parameter set. More...
 
int flag
 Flag (PARM_HANDLE_FLAG_PARSE_ERROR, PARM_HANDLE_FLAG_PRIVATE) More...
 
XML_Parser parser
 Parser. More...
 
struct sectioncurSection
 Current section, for iterations, see GfParmListSeekFirst and GfParmListSeekNext. More...
 
struct parmOutput outCtrl
 Ouput control structure used for serializing parameter set into XML. More...
 

Detailed Description

Parameter set handle structure, multiple handles can reference the same parameter set.

Definition at line 125 of file params.cpp.

Member Function Documentation

◆ GF_TAILQ_ENTRY()

parmHandle::GF_TAILQ_ENTRY ( struct parmHandle  )

Next configuration handle.

Member Data Documentation

◆ conf

struct parmHeader* parmHandle::conf

Header of the parameter set.

Definition at line 128 of file params.cpp.

◆ curSection

struct section* parmHandle::curSection

Current section, for iterations, see GfParmListSeekFirst and GfParmListSeekNext.

Definition at line 131 of file params.cpp.

◆ flag

int parmHandle::flag

◆ magic

int parmHandle::magic

Magic number (to detect wrong type casts and such)

Definition at line 127 of file params.cpp.

◆ outCtrl

struct parmOutput parmHandle::outCtrl

Ouput control structure used for serializing parameter set into XML.

Definition at line 132 of file params.cpp.

◆ parser

XML_Parser parmHandle::parser

Parser.

Definition at line 130 of file params.cpp.


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