#include <pthread.h>#include <stdio.h>#include <string.h>#include <signal.h>#include <unistd.h>#include <limits.h>#include <math.h>#include <float.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include "ComediSrv.hh"Include dependency graph for ComediSrv.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | SigHandler (int iSigNum) |
| void * | WrapAudioInThread (void *vpParam) |
| void * | WrapServeClientThread (void *vpParam) |
Variables | |
| bool | bDaemon = false |
| clComediSrv | ComediSrv |
|
||||||||||||
|
Definition at line 44 of file ComediSrv.cc. References ComediSrv, and clComediSrv::Main(). |
|
|
Definition at line 50 of file ComediSrv.cc. References clLogFile::Add(), ComediSrv, clComediSrv::Log, and clComediSrv::Stop(). |
|
|
Definition at line 73 of file ComediSrv.cc. References clComediSrv::AudioInThread(), and ComediSrv. Referenced by clStreamDist::Main(), clSoundSrvA::Main(), clSoundSrv2::Main(), and clComediSrv::Main(). |
|
|
Definition at line 79 of file ComediSrv.cc. References ComediSrv, and clComediSrv::ServeClientThread(). Referenced by clStreamDist::Main(), clSoundSrvA::Main(), clSoundSrv2::Main(), clLocate::Main(), clComediSrv::Main(), and clSoundProxy::WaitConnectThread(). |
|
|
Definition at line 40 of file ComediSrv.cc. Referenced by clComediSrv::Main(). |
|
|
Definition at line 41 of file ComediSrv.cc. Referenced by main(), SigHandler(), WrapAudioInThread(), and WrapServeClientThread(). |
1.3.3