Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

drive.h File Reference

#include <stdlib.h>
#include <stddef.h>
#include <math.h>
#include <time.h>
#include <signal.h>
#include <assert.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <popt.h>
#include "libvrmltree.h"
#include "libtdf.h"
#include "definition.h"

Include dependency graph for drive.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Defines

#define DRIVE_H   /**< Protect from reinclusion*/
 Protect from reinclusion.


Functions

int iniload (char *)
 Loads DRIVE options from a given file.

int getDriveCommandLineOptions (int, char **)
 Read command line options.


Variables

FILE * yyin
 The file descriptor of the input VRML file.

int yylineno
 The current line scanned from the VRML lexical analyzer.

node * vp_root
 The root of the scene graph.


Define Documentation

#define DRIVE_H   /**< Protect from reinclusion*/
 

Protect from reinclusion.


Function Documentation

int getDriveCommandLineOptions int  argc,
char **  argv
 

Read command line options.

Parameters:
argc the number of arguments, like in main function.
argv the array of command line options string.
Returns:
an integer: 0 if all is done right.

int iniload char *  iniFileName  ) 
 

Loads DRIVE options from a given file.

Returns:
0 if success, -1 if fails.
Parameters:
iniFileName the path of the ini file.


Variable Documentation

node* vp_root
 

The root of the scene graph.

See also:
vp_vrmltree.c

FILE* yyin
 

The file descriptor of the input VRML file.

From vp_lexvrml.l

int yylineno
 

The current line scanned from the VRML lexical analyzer.

From vp_lexvrml.l


SourceForge.net Logo

Generated on Mon Jun 14 17:25:56 2004 for D.R.I.V.E. by doxygen 1.3.7