|
main.cc File Reference
#include <sys/types.h>
#include <dirent.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <math.h>
#include <socket_util.h>
#include <deviceregistry.h>
#include <configfile.h>
#include <clientdata.h>
#include <clientmanager.h>
#include <devicetable.h>
#include <drivertable.h>
#include <error.h>
#include <playertime.h>
#include <wallclocktime.h>
#include "replace.h"
#include "timer.h"
Define Documentation
#define DEFAULT_SERVER_UPDATE_RATE 100.0
|
|
Function Documentation
bool LoadPlugin |
( |
const char * |
pluginname, |
|
|
const char * |
cfgfile |
|
) |
|
|
void printout_bus |
( |
int |
dummy |
) |
|
|
void Interrupt |
( |
int |
dummy |
) |
|
|
void SetupSignalHandlers |
( |
|
) |
|
|
void SetupErrorHandlers |
( |
|
) |
|
|
bool ParseDeviceEx |
( |
ConfigFile * |
cf, |
|
|
int |
section |
|
) |
|
|
void PrintDeviceTable |
( |
|
) |
|
|
bool ParseConfigFile |
( |
char * |
fname, |
|
|
int ** |
ports, |
|
|
int * |
num_ports |
|
) |
|
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
|
|
Variable Documentation
Generated on Tue May 3 14:15:41 2005 for Player by 1.3.6
|