My Project
|
Public Member Functions | |
TipperServer (std::string ftpHost, bool spawnThread) | |
virtual | ~TipperServer () |
![]() | |
TipperReader () | |
virtual | ~TipperReader () |
![]() | |
Server (bool spawnThread, int listenPort, unsigned readBufSize=0, unsigned sendBufSize=0) | |
virtual | ~Server () |
virtual void | run () |
![]() | |
Runnable (bool spawnThread, RUN_FN(*runFn)) | |
Runnable (bool spawnThread, RUN_FN(*runFn), int priority) | |
virtual | ~Runnable () |
void | blockForever () |
void | spawn () |
Additional Inherited Members | |
![]() | |
static | THREAD_START (startUp) |
![]() | |
void | getMostRecentData () |
![]() | |
virtual void | readClientData (NetHandler &handler) |
virtual void | checkOtherFds () |
void | sendClientData (NetDat &dat) |
void | setReadBufSize (unsigned size) |
void | setSendBufSize (unsigned size) |
void | setTimeOutSeconds (unsigned int seconds) |
![]() | |
virtual void | broadcastReady () |
void | spawn (void *arg) |
![]() | |
TipperData | data_ |
![]() | |
unsigned | readBufSize_ |
unsigned | sendBufSize_ |
TimeOut | timeOut_ |
FdSet | fdSet_ |
![]() | |
Thread * | spawnedThread_ |
bool | spawned_ |
RUN_FN * | runFn_ |
TipperServer::TipperServer | ( | std::string | ftpHost, |
bool | spawnThread | ||
) |
Constructor.
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.