#include <pthread.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <signal.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include "StreamDist.hh"Include dependency graph for StreamDist.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 |
| clStreamDist | StreamDist |
|
||||||||||||
|
Definition at line 40 of file StreamDist.cc. References clStreamDist::Main(), and StreamDist. |
|
|
Definition at line 46 of file StreamDist.cc. References clLogFile::Add(), clStreamDist::Log, clStreamDist::Stop(), and StreamDist. |
|
|
Definition at line 70 of file StreamDist.cc. References clStreamDist::AudioInThread(), and StreamDist. |
|
|
Definition at line 76 of file StreamDist.cc. References clStreamDist::ServeClientThread(), and StreamDist. |
|
|
Definition at line 36 of file StreamDist.cc. Referenced by clStreamDist::Main(). |
|
|
Definition at line 37 of file StreamDist.cc. Referenced by main(), SigHandler(), WrapAudioInThread(), and WrapServeClientThread(). |
1.3.3