p_driver.cc File Reference
#include <unistd.h>
#include <string.h>
#include <math.h>
#include "config.h"
#include "p_driver.h"
Include dependency graph for p_driver.cc:

Macros

#define STG_DEFAULT_WORLDFILE   "default.world"
 

Functions

int player_driver_init (DriverTable *table)
 
int PublishCb (Model *mod, Interface *iface)
 
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
 

Macro Definition Documentation

◆ STG_DEFAULT_WORLDFILE

#define STG_DEFAULT_WORLDFILE   "default.world"

Function Documentation

◆ player_driver_init()

int player_driver_init ( DriverTable *  table)

◆ PublishCb()

int PublishCb ( Model mod,
Interface iface 
)

◆ StgDriver_Init()

Driver * StgDriver_Init ( ConfigFile *  cf,
int  section 
)

◆ StgDriver_Register()

void StgDriver_Register ( DriverTable *  table)

Variable Documentation

◆ copyright_notice

const char* copyright_notice
Initial value:
=
"\n * Part of the Player Project [http://playerstage.sourceforge.net]\n"
" * Copyright 2000-2013 Richard Vaughan, Brian Gerkey and contributors.\n"
" * Released under the GNU General Public License v2.\n"

◆ GlobalTime

PlayerTime* GlobalTime
extern

◆ player_quiet_startup

bool player_quiet_startup
extern

◆ player_quit

bool player_quit
extern