From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxparse_8h.html | 2493 +++++++++++++++++++------- 1 file changed, 1823 insertions(+), 670 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxparse_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxparse_8h.html b/xorg-server/hw/dmx/doc/html/dmxparse_8h.html index 410075337..989fb475c 100644 --- a/xorg-server/hw/dmx/doc/html/dmxparse_8h.html +++ b/xorg-server/hw/dmx/doc/html/dmxparse_8h.html @@ -6,761 +6,1914 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxparse.h File Reference

#include <stdio.h>
+ + +
+

dmxparse.h File Reference

#include <stdio.h>
+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Data Structures

struct  _DMXConfigToken
struct  _DMXConfigString
struct  _DMXConfigNumber
struct  _DMXConfigPair
struct  _DMXConfigComment
struct  _DMXConfigPartDim
struct  _DMXConfigFullDim
struct  _DMXConfigDisplay
struct  _DMXConfigWall
struct  _DMXConfigOption
struct  _DMXConfigParam
struct  _DMXConfigSub
struct  _DMXConfigVirtual
struct  _DMXConfigEntry

Typedefs

typedef struct _DMXConfigToken DMXConfigToken
typedef struct _DMXConfigTokenDMXConfigTokenPtr
typedef struct _DMXConfigString DMXConfigString
typedef struct _DMXConfigStringDMXConfigStringPtr
typedef struct _DMXConfigNumber DMXConfigNumber
typedef struct _DMXConfigNumberDMXConfigNumberPtr
typedef struct _DMXConfigPair DMXConfigPair
typedef struct _DMXConfigPairDMXConfigPairPtr
typedef struct _DMXConfigComment DMXConfigComment
typedef struct _DMXConfigCommentDMXConfigCommentPtr
typedef struct _DMXConfigPartDim DMXConfigPartDim
typedef struct _DMXConfigPartDimDMXConfigPartDimPtr
typedef struct _DMXConfigFullDim DMXConfigFullDim
typedef struct _DMXConfigFullDimDMXConfigFullDimPtr
typedef struct _DMXConfigDisplay DMXConfigDisplay
typedef struct _DMXConfigDisplayDMXConfigDisplayPtr
typedef struct _DMXConfigWall DMXConfigWall
typedef struct _DMXConfigWallDMXConfigWallPtr
typedef struct _DMXConfigOption DMXConfigOption
typedef struct _DMXConfigOptionDMXConfigOptionPtr
typedef struct _DMXConfigParam DMXConfigParam
typedef struct _DMXConfigParamDMXConfigParamPtr
typedef struct _DMXConfigSub DMXConfigSub
typedef struct _DMXConfigSubDMXConfigSubPtr
typedef struct _DMXConfigVirtual DMXConfigVirtual
typedef struct _DMXConfigVirtualDMXConfigVirtualPtr
typedef struct _DMXConfigEntry DMXConfigEntry
typedef struct _DMXConfigEntryDMXConfigEntryPtr

Enumerations

enum  DMXConfigType {
+  dmxConfigComment, +dmxConfigVirtual, +dmxConfigDisplay, +dmxConfigWall, +
+  dmxConfigOption, +dmxConfigParam +
+ }

Functions

int yylex (void)
void yyerror (const char *message)
void dmxConfigLog (const char *format,...)
void * dmxConfigAlloc (unsigned long bytes)
void * dmxConfigRealloc (void *orig, unsigned long orig_bytes, unsigned long bytes)
const char * dmxConfigCopyString (const char *string, int length)
void dmxConfigFree (void *area)
DMXConfigTokenPtr dmxConfigCreateToken (int token, int line, const char *comment)
void dmxConfigFreeToken (DMXConfigTokenPtr p)
DMXConfigStringPtr dmxConfigCreateString (int token, int line, const char *comment, const char *string)
void dmxConfigFreeString (DMXConfigStringPtr p)
DMXConfigNumberPtr dmxConfigCreateNumber (int token, int line, const char *comment, int number)
void dmxConfigFreeNumber (DMXConfigNumberPtr p)
DMXConfigPairPtr dmxConfigCreatePair (int token, int line, const char *comment, int x, int y, int xsign, int ysign)
void dmxConfigFreePair (DMXConfigPairPtr p)
DMXConfigCommentPtr dmxConfigCreateComment (int token, int line, const char *comment)
void dmxConfigFreeComment (DMXConfigCommentPtr p)
DMXConfigPartDimPtr dmxConfigCreatePartDim (DMXConfigPairPtr pDim, DMXConfigPairPtr pOffset)
void dmxConfigFreePartDim (DMXConfigPartDimPtr p)
DMXConfigFullDimPtr dmxConfigCreateFullDim (DMXConfigPartDimPtr pScrn, DMXConfigPartDimPtr pRoot)
void dmxConfigFreeFullDim (DMXConfigFullDimPtr p)
DMXConfigDisplayPtr dmxConfigCreateDisplay (DMXConfigTokenPtr pStart, DMXConfigStringPtr pName, DMXConfigFullDimPtr pDim, DMXConfigPairPtr pOrigin, DMXConfigTokenPtr pEnd)
void dmxConfigFreeDisplay (DMXConfigDisplayPtr p)
DMXConfigWallPtr dmxConfigCreateWall (DMXConfigTokenPtr pStart, DMXConfigPairPtr pWallDim, DMXConfigPairPtr pDisplayDim, DMXConfigStringPtr pNameList, DMXConfigTokenPtr pEnd)
void dmxConfigFreeWall (DMXConfigWallPtr p)
DMXConfigOptionPtr dmxConfigCreateOption (DMXConfigTokenPtr pStart, DMXConfigStringPtr pOption, DMXConfigTokenPtr pEnd)
void dmxConfigFreeOption (DMXConfigOptionPtr p)
DMXConfigParamPtr dmxConfigCreateParam (DMXConfigTokenPtr pStart, DMXConfigTokenPtr pOpen, DMXConfigStringPtr pParam, DMXConfigTokenPtr pClose, DMXConfigTokenPtr pEnd)
void dmxConfigFreeParam (DMXConfigParamPtr p)
const char ** dmxConfigLookupParam (DMXConfigParamPtr p, const char *key, int *argc)
DMXConfigSubPtr dmxConfigCreateSub (DMXConfigType type, DMXConfigCommentPtr comment, DMXConfigDisplayPtr display, DMXConfigWallPtr wall, DMXConfigOptionPtr option, DMXConfigParamPtr param)
void dmxConfigFreeSub (DMXConfigSubPtr sub)
DMXConfigSubPtr dmxConfigSubComment (DMXConfigCommentPtr comment)
DMXConfigSubPtr dmxConfigSubDisplay (DMXConfigDisplayPtr display)
DMXConfigSubPtr dmxConfigSubWall (DMXConfigWallPtr wall)
DMXConfigSubPtr dmxConfigSubOption (DMXConfigOptionPtr option)
DMXConfigSubPtr dmxConfigSubParam (DMXConfigParamPtr param)
DMXConfigSubPtr dmxConfigAddSub (DMXConfigSubPtr head, DMXConfigSubPtr sub)
DMXConfigVirtualPtr dmxConfigCreateVirtual (DMXConfigTokenPtr pStart, DMXConfigStringPtr pName, DMXConfigPairPtr pDim, DMXConfigTokenPtr pOpen, DMXConfigSubPtr pSubentry, DMXConfigTokenPtr pClose)
void dmxConfigFreeVirtual (DMXConfigVirtualPtr virtual)
DMXConfigEntryPtr dmxConfigCreateEntry (DMXConfigType type, DMXConfigCommentPtr comment, DMXConfigVirtualPtr virtual)
void dmxConfigFreeEntry (DMXConfigEntryPtr entry)
DMXConfigEntryPtr dmxConfigAddEntry (DMXConfigEntryPtr head, DMXConfigType type, DMXConfigCommentPtr comment, DMXConfigVirtualPtr virtual)
DMXConfigEntryPtr dmxConfigEntryComment (DMXConfigCommentPtr comment)
DMXConfigEntryPtr dmxConfigEntryVirtual (DMXConfigVirtualPtr virtual)

Variables

DMXConfigEntryPtr dmxConfigEntry
int yydebug
+

Detailed Description

+

Interface to DMX configuration file parser.

+
See also:
dmxparse.c
+

Typedef Documentation

+ +
+
+ + + + +
typedef struct _DMXConfigComment DMXConfigComment
+
+
+

Stores parsed comments not stored with a token.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigComment * DMXConfigCommentPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigDisplay DMXConfigDisplay
+
+
+

Stores parsed display information.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigDisplay * DMXConfigDisplayPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigEntry DMXConfigEntry
+
+
+

Heads entry storage.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigEntry * DMXConfigEntryPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigFullDim DMXConfigFullDim
+
+
+

Stores a pair of geometry specifications.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigFullDim * DMXConfigFullDimPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigNumber DMXConfigNumber
+
+
+

Stores parsed numbers.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigNumber * DMXConfigNumberPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigOption DMXConfigOption
+
+
+

Stores parsed option information.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigOption * DMXConfigOptionPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigPair DMXConfigPair
+
+
+

Stores parsed pairs (e.g., x y)

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigPair * DMXConfigPairPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigParam DMXConfigParam
+
+
+

Stores parsed param information.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigParam * DMXConfigParamPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigPartDim DMXConfigPartDim
+
+
+

Stores a geometry specification.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigPartDim * DMXConfigPartDimPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigString DMXConfigString
+
+
+

Stores parsed strings.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigString * DMXConfigStringPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigSub DMXConfigSub
+
+
+

Stores options under an entry (subentry).

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigSub * DMXConfigSubPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigToken DMXConfigToken
+
+
+

Stores tokens not stored in other structures (e.g., keywords and ;)

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigToken * DMXConfigTokenPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigVirtual DMXConfigVirtual
+
+
+

Stores parsed virtual information.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigVirtual * DMXConfigVirtualPtr
+
+
+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigWall DMXConfigWall
+
+
+

Stores parsed wall information.

+ +
+
+ +
+
+ + + + +
typedef struct _DMXConfigWall * DMXConfigWallPtr
+
+
+ +
+
+

Enumeration Type Documentation

+ +
+
+ + + + +
enum DMXConfigType
+
+
+
Enumerator:
+ + + + + + +
dmxConfigComment  +
dmxConfigVirtual  +
dmxConfigDisplay  +
dmxConfigWall  +
dmxConfigOption  +
dmxConfigParam  +
+
+
+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigEntryPtr dmxConfigAddEntry (DMXConfigEntryPtr  head,
DMXConfigType  type,
DMXConfigCommentPtr  comment,
DMXConfigVirtualPtr  virtual 
)
+
+
+ +

References dmxConfigCreateEntry(), and _DMXConfigEntry::next.

+ +

Referenced by dmxConfigNCCallback(), and dmxVDLRead().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
DMXConfigSubPtr dmxConfigAddSub (DMXConfigSubPtr  head,
DMXConfigSubPtr  sub 
)
+
+
+ +

References _DMXConfigSub::next.

+ +

Referenced by dmxConfigNDCallback(), and dmxVDLRead().

+ +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + +
const char* dmxConfigCopyString (const char *  string,
int  length 
)
+
+
+ +

References dmxConfigAlloc().

+ +

Referenced by dmxVDLRead().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigCommentPtr dmxConfigCreateComment (int  token,
int  line,
const char *  comment 
)
+
+
-

-Go to the source code of this file. - - - +

References _DMXConfigComment::comment, dmxConfigAlloc(), _DMXConfigComment::line, and _DMXConfigComment::token.

- +

Referenced by dmxVDLRead().

+ + + + +
+
+

Data Structures

struct  _DMXConfigComment
struct  _DMXConfigDisplay
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigDisplayPtr dmxConfigCreateDisplay (DMXConfigTokenPtr  pStart,
DMXConfigStringPtr  pName,
DMXConfigFullDimPtr  pDim,
DMXConfigPairPtr  pOrigin,
DMXConfigTokenPtr  pEnd 
)
+

+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigEntryPtr dmxConfigCreateEntry (DMXConfigType  type,
DMXConfigCommentPtr  comment,
DMXConfigVirtualPtr  virtual 
)
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + +
DMXConfigFullDimPtr dmxConfigCreateFullDim (DMXConfigPartDimPtr  pScrn,
DMXConfigPartDimPtr  pRoot 
)
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigNumberPtr dmxConfigCreateNumber (int  token,
int  line,
const char *  comment,
int  number 
)
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigOptionPtr dmxConfigCreateOption (DMXConfigTokenPtr  pStart,
DMXConfigStringPtr  pOption,
DMXConfigTokenPtr  pEnd 
)
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigPairPtr dmxConfigCreatePair (int  token,
int  line,
const char *  comment,
int  x,
int  y,
int  xsign,
int  ysign 
)
+
+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + +
DMXConfigPartDimPtr dmxConfigCreatePartDim (DMXConfigPairPtr  pDim,
DMXConfigPairPtr  pOffset 
)
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigStringPtr dmxConfigCreateString (int  token,
int  line,
const char *  comment,
const char *  string 
)
+
+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
DMXConfigTokenPtr dmxConfigCreateToken (int  token,
int  line,
const char *  comment 
)
+
+ +
+ + + + + +
+
+ + + + + + + + + +
DMXConfigEntryPtr dmxConfigEntryComment (DMXConfigCommentPtr  comment ) 
+
+ +
+ +
+
+ + + + + + + + + +
DMXConfigEntryPtr dmxConfigEntryVirtual (DMXConfigVirtualPtr  virtual ) 
+
+ +
+ + + +
+
+ + + + + + + + + +
void dmxConfigFreeComment (DMXConfigCommentPtr  p ) 
+
+ +
+ + + + + + + +
+
+ + + + + + + + + +
void dmxConfigFreeNumber (DMXConfigNumberPtr  p ) 
+
+ +
+ + + +
+
+ + + + + + + + + +
void dmxConfigFreePair (DMXConfigPairPtr  p ) 
+
+ +
+ + + + + +
+
+ + + + + + + + + +
void dmxConfigFreeString (DMXConfigStringPtr  p ) 
+
+
-typedef _DMXConfigEntryDMXConfigEntryPtr +

References _DMXConfigString::comment, dmxConfigFree(), _DMXConfigString::next, and _DMXConfigString::string.

-

Functions

-void dmxConfigLog (const char *format,...) +

Referenced by dmxConfigFreeDisplay(), dmxConfigFreeOption(), dmxConfigFreeParam(), dmxConfigFreeVirtual(), and dmxConfigFreeWall().

- -

Detailed Description

-Interface to DMX configuration file parser.
See also:
dmxparse.c
-

Typedef Documentation

-

- - - - -
- - -
typedef struct _DMXConfigComment DMXConfigComment -
-
- - - - - -
-   - - -

-Stores parsed comments not stored with a token.

-

- - - - -
- - -
typedef struct _DMXConfigComment * DMXConfigCommentPtr -
-
- - - - - -
-   - - -

-Stores parsed comments not stored with a token.

-

- - - - -
- - -
typedef struct _DMXConfigDisplay DMXConfigDisplay -
-
- - - - - -
-   - - -

-Stores parsed display information.

-

- - - - -
- - -
typedef struct _DMXConfigDisplay * DMXConfigDisplayPtr -
-
- - - - - -
-   - - -

-Stores parsed display information.

-

- - - - -
- - -
typedef struct _DMXConfigEntry DMXConfigEntry -
-
- - - - - -
-   - - -

-Heads entry storage.

-

- - - - -
- - -
typedef struct _DMXConfigEntry * DMXConfigEntryPtr -
-
- - - - - -
-   - - -

-Heads entry storage.

-

- - - - -
- - -
typedef struct _DMXConfigFullDim DMXConfigFullDim -
-
- - - - - -
-   - - -

-Stores a pair of geometry specifications.

-

- - - - -
- - -
typedef struct _DMXConfigFullDim * DMXConfigFullDimPtr -
-
- - - - - -
-   - - -

-Stores a pair of geometry specifications.

-

- - - - -
- + + + +
+
+
- + + + + + +
typedef struct _DMXConfigNumber DMXConfigNumber + void dmxConfigFreeSub (DMXConfigSubPtr  sub ) 
-
- - - - - -
-   - - -

-Stores parsed numbers.

-

- - - - -
- + + + + +
+
+
- + + + + + +
typedef struct _DMXConfigNumber * DMXConfigNumberPtr + void dmxConfigFreeToken (DMXConfigTokenPtr  p ) 
-
- - - - - -
-   - - -

-Stores parsed numbers.

-

- - - - -
- + + + + +
+
+
- + + + + + +
typedef struct _DMXConfigOption DMXConfigOption + void dmxConfigFreeVirtual (DMXConfigVirtualPtr  virtual ) 
-
- - - - - -
-   - - -

-Stores parsed option information.

-

- - - - -
- + + + + +
+
+
- + + + + + +
typedef struct _DMXConfigOption * DMXConfigOptionPtr + void dmxConfigFreeWall (DMXConfigWallPtr  p ) 
-
- - - - - -
-   - - -

-Stores parsed option information.

-

- - - - -
- + + + + +
+
+
-
typedef struct _DMXConfigPair DMXConfigPair -
-
- - - - - -
-   - - -

-Stores parsed pairs (e.g., x y)

-

- - - - -
- + + + + + -
void dmxConfigLog (const char *  format,
typedef struct _DMXConfigPair * DMXConfigPairPtr -
-
- - - - - -
-   - - -

-Stores parsed pairs (e.g., x y)

-

- - - - -
- + + + + + - + + +
  ... 
typedef struct _DMXConfigParam DMXConfigParam + )
-
- - - - - -
-   - - -

-Stores parsed param information.

-

- - - - -
- + + + + +
+
+
-
typedef struct _DMXConfigParam * DMXConfigParamPtr -
-
- - - - - -
-   - - -

-Stores parsed param information.

-

- - - - -
- + + + + + -
const char** dmxConfigLookupParam (DMXConfigParamPtr  p,
typedef struct _DMXConfigPartDim DMXConfigPartDim -
-
- - - - - -
-   - - -

-Stores a geometry specification.

-

- - - - -
- + + + + + -
const char *  key,
typedef struct _DMXConfigPartDim * DMXConfigPartDimPtr -
-
- - - - - -
-   - - -

-Stores a geometry specification.

-

- - - - -
- + + + + + - + + +
int *  argc 
typedef struct _DMXConfigString DMXConfigString + )
-
- - - - - -
-   - - -

-Stores parsed strings.

-

- - - - -
- + + + + +
+
+
-
typedef struct _DMXConfigString * DMXConfigStringPtr -
-
- - - - - -
-   - - -

-Stores parsed strings.

-

- - - - -
- + + + + + -
void* dmxConfigRealloc (void *  orig,
typedef struct _DMXConfigSub DMXConfigSub -
-
- - - - - -
-   - - -

-Stores options under an entry (subentry).

-

- - - - -
- + + + + + -
unsigned long  orig_bytes,
typedef struct _DMXConfigSub * DMXConfigSubPtr -
-
- - - - - -
-   - - -

-Stores options under an entry (subentry).

-

- - - - -
- + + + + + - + + +
unsigned long  bytes 
typedef struct _DMXConfigToken DMXConfigToken + )
-
- - - - - -
-   - - -

-Stores tokens not stored in other structures (e.g., keywords and ;)

-

- - - - -
- + +
+ +

References dmxConfigLog().

+ +
+ + +
+
+
- + + + + + +
typedef struct _DMXConfigToken * DMXConfigTokenPtr + DMXConfigSubPtr dmxConfigSubComment (DMXConfigCommentPtr  comment ) 
-
- - - - - -
-   - - -

-Stores tokens not stored in other structures (e.g., keywords and ;)

-

- - - - -
- + +
+ +

References dmxConfigComment, and dmxConfigCreateSub().

+ +
+ + +
+
+
- + + + + + +
typedef struct _DMXConfigVirtual DMXConfigVirtual + DMXConfigSubPtr dmxConfigSubDisplay (DMXConfigDisplayPtr  display ) 
-
- - - - - -
-   - - -

-Stores parsed virtual information.

-

- - - - -
- + +
+ +

References dmxConfigCreateSub(), and dmxConfigDisplay.

+ +

Referenced by dmxConfigNDCallback(), and dmxVDLRead().

+ +
+ + +
+
+
- + + + + + +
typedef struct _DMXConfigVirtual * DMXConfigVirtualPtr + DMXConfigSubPtr dmxConfigSubOption (DMXConfigOptionPtr  option ) 
-
- - - - - -
-   - - -

-Stores parsed virtual information.

-

- - - - -
- + +
+ +

References dmxConfigCreateSub(), and dmxConfigOption.

+ +
+ + +
+
+
- + + + + + +
typedef struct _DMXConfigWall DMXConfigWall + DMXConfigSubPtr dmxConfigSubParam (DMXConfigParamPtr  param ) 
-
- - - - - -
-   - - -

-Stores parsed wall information.

-

- - - - -
- + +
+ +

References dmxConfigCreateSub(), and dmxConfigParam.

+ +
+ + +
+
+
- + + + + + +
typedef struct _DMXConfigWall * DMXConfigWallPtr + DMXConfigSubPtr dmxConfigSubWall (DMXConfigWallPtr  wall ) 
-
- - - - - -
-   - - -

-Stores parsed wall information.

-


Function Documentation

-

- - - - -
- + +
+ +

References dmxConfigCreateSub(), and dmxConfigWall.

+ +
+ + +
+
+
- - - - + + + + + + +
void dmxConfigLog const char *  format, void yyerror (const char *  message ) 
+ +
+ +
+ + +
+
+ + + + + + - - - +
int yylex (void  )  ... 
+
+
+ +
+
+

Variable Documentation

+ +
+ +
+ +

Referenced by main().

+
+
+ +
+
+ + + +
int yydebug
-
- - - - - -
-   - - -

-A general error logging routine that does not depend on the dmxLog functions.

+

+
+ +

Referenced by dmxConfigReadFile(), and main().

+ +
+
+

-- cgit v1.2.3