p_driver.cc File Reference
#include <unistd.h>
#include <string.h>
#include <math.h>
#include "p_driver.h"
Defines | |
| #define | DRIVER_ERROR(X) printf( "Stage driver error: %s\n", X ) |
| #define | STG_DEFAULT_WORLDFILE "default.world" |
Functions | |
| int | player_driver_init (DriverTable *table) |
| Driver * | StgDriver_Init (ConfigFile *cf, int section) |
| void | StgDriver_Register (DriverTable *table) |
Variables | |
| const char * | copyright_notice |
| PlayerTime * | GlobalTime |
| bool | player_quiet_startup |
| bool | player_quit |
| int | update_request = 0 |
Define Documentation
| #define DRIVER_ERROR | ( | X | ) | printf( "Stage driver error: %s\n", X ) |
Referenced by StgDriver::StgDriver().
| #define STG_DEFAULT_WORLDFILE "default.world" |
Function Documentation
| int player_driver_init | ( | DriverTable * | table | ) |
References ExampleDriver_Register().
| Driver* StgDriver_Init | ( | ConfigFile * | cf, | |
| int | section | |||
| ) |
Referenced by StgDriver_Register().
| void StgDriver_Register | ( | DriverTable * | table | ) |
References copyright_notice, player_quiet_startup, and StgDriver_Init().
Variable Documentation
| const char* copyright_notice |
Initial value:
"\n * Part of the Player Project [http://playerstage.sourceforge.net]\n" " * Copyright 2000-2007 Richard Vaughan, Brian Gerkey and contributors.\n" " * Released under the GNU General Public License v2.\n" " **\n"
Referenced by StgDriver_Register().
| PlayerTime* GlobalTime |
Referenced by InterfaceSimulation::InterfaceSimulation(), and StgDriver::Update().
| bool player_quiet_startup |
Referenced by InterfaceModel::InterfaceModel(), StgDriver::StgDriver(), and StgDriver_Register().
| bool player_quit |
| int update_request = 0 |
Generated on Thu Jan 7 17:42:16 2010 for Stage by
1.5.5
