#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <signal.h>#include <sched.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <glib.h>#include "SoundProxy.hh"Include dependency graph for SoundProxy.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void * | WrapSoundInThread (void *vpData) |
| void * | WrapWaitConnectThread (void *vpData) |
| void * | WrapServeClientThread (void *vpData) |
Variables | |
| bool | bDaemon |
| bool | bDebug |
| clSoundProxy * | SoundProxy |
|
||||||||||||
|
Definition at line 44 of file SoundProxy.cc. References bDaemon, bDebug, clSoundProxy::Exec(), SoundProxy, SP_VERSMAJ, SP_VERSMIN, and SP_VERSPL. |
|
|
Definition at line 90 of file SoundProxy.cc. References clSoundProxy::SoundInThread(), and SoundProxy. Referenced by clSoundProxy::Exec(), and clSoundUI::OnClickedEvent(). |
|
|
Definition at line 96 of file SoundProxy.cc. References SoundProxy, and clSoundProxy::WaitConnectThread(). Referenced by clSoundProxy::Exec(). |
|
|
Definition at line 102 of file SoundProxy.cc. References clSoundProxy::ServeClientThread(), and SoundProxy. |
|
|
Definition at line 39 of file SoundProxy.cc. Referenced by main(). |
|
|
Definition at line 40 of file SoundProxy.cc. Referenced by main(). |
|
|
Definition at line 41 of file SoundProxy.cc. Referenced by main(), WrapServeClientThread(), WrapSoundInThread(), and WrapWaitConnectThread(). |
1.3.3