#include <p_driver.h>
Definition at line 18 of file p_driver.h.
StgDriver::StgDriver |
( |
ConfigFile * |
cf, |
|
|
int |
section |
|
) |
| |
StgDriver::~StgDriver |
( |
void |
| ) |
|
Model * StgDriver::LocateModel |
( |
char * |
basename, |
|
|
player_devaddr_t * |
addr, |
|
|
const std::string & |
type |
|
) |
| |
Interface * StgDriver::LookupDevice |
( |
player_devaddr_t |
addr | ) |
|
find the device record with this Player id
Definition at line 484 of file p_driver.cc.
int StgDriver::ProcessMessage |
( |
QueuePointer & |
resp_queue, |
|
|
player_msghdr * |
hdr, |
|
|
void * |
data |
|
) |
| |
|
virtual |
int StgDriver::Shutdown |
( |
void |
| ) |
|
|
virtual |
int StgDriver::Subscribe |
( |
QueuePointer & |
queue, |
|
|
player_devaddr_t |
addr |
|
) |
| |
|
virtual |
int StgDriver::Unsubscribe |
( |
QueuePointer & |
queue, |
|
|
player_devaddr_t |
addr |
|
) |
| |
|
virtual |
void StgDriver::Update |
( |
void |
| ) |
|
|
virtual |
The server thread calls this method frequently. We use it to check for new commands and configs
Definition at line 585 of file p_driver.cc.
bool StgDriver::usegui = true |
|
static |
World * StgDriver::world = NULL |
|
static |
all player devices share the same Stage world (for now)
Definition at line 41 of file p_driver.h.
The documentation for this class was generated from the following files: