From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/dmxparse_8h.html | 775 +++++++++++++++++++++ 1 file changed, 775 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html new file mode 100644 index 000000000..410075337 --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxparse_8h.html @@ -0,0 +1,775 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmxparse.h File Reference

#include <stdio.h>
+ +

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

Data Structures

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

Typedefs

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

Functions

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


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 +
+
+ + + + + +
+   + + +

+Stores parsed numbers.

+

+ + + + +
+ + +
typedef struct _DMXConfigNumber * DMXConfigNumberPtr +
+
+ + + + + +
+   + + +

+Stores parsed numbers.

+

+ + + + +
+ + +
typedef struct _DMXConfigOption DMXConfigOption +
+
+ + + + + +
+   + + +

+Stores parsed option information.

+

+ + + + +
+ + +
typedef struct _DMXConfigOption * DMXConfigOptionPtr +
+
+ + + + + +
+   + + +

+Stores parsed option information.

+

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

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

+

+ + + + +
+ + +
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.

+

+ + + + +
+ + +
typedef struct _DMXConfigPartDim DMXConfigPartDim +
+
+ + + + + +
+   + + +

+Stores a geometry specification.

+

+ + + + +
+ + +
typedef struct _DMXConfigPartDim * DMXConfigPartDimPtr +
+
+ + + + + +
+   + + +

+Stores a geometry specification.

+

+ + + + +
+ + +
typedef struct _DMXConfigString DMXConfigString +
+
+ + + + + +
+   + + +

+Stores parsed strings.

+

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

+Stores parsed strings.

+

+ + + + +
+ + +
typedef struct _DMXConfigSub DMXConfigSub +
+
+ + + + + +
+   + + +

+Stores options under an entry (subentry).

+

+ + + + +
+ + +
typedef struct _DMXConfigSub * DMXConfigSubPtr +
+
+ + + + + +
+   + + +

+Stores options under an entry (subentry).

+

+ + + + +
+ + +
typedef struct _DMXConfigToken DMXConfigToken +
+
+ + + + + +
+   + + +

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

+

+ + + + +
+ + +
typedef struct _DMXConfigToken * DMXConfigTokenPtr +
+
+ + + + + +
+   + + +

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

+

+ + + + +
+ + +
typedef struct _DMXConfigVirtual DMXConfigVirtual +
+
+ + + + + +
+   + + +

+Stores parsed virtual information.

+

+ + + + +
+ + +
typedef struct _DMXConfigVirtual * DMXConfigVirtualPtr +
+
+ + + + + +
+   + + +

+Stores parsed virtual information.

+

+ + + + +
+ + +
typedef struct _DMXConfigWall DMXConfigWall +
+
+ + + + + +
+   + + +

+Stores parsed wall information.

+

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

+Stores parsed wall information.

+


Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void dmxConfigLog const char *  format,
... 
+
+ + + + + +
+   + + +

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

+


+
+ + Generated June 29, 2004 for Distributed Multihead X by + doxygen + 1.3.4. + + + + + -- cgit v1.2.3