#include <StateServer.h>
Collaboration diagram for StateServer:

Definition at line 20 of file StateServer.h.
Public Member Functions | |
| StateServer (const char *_ip, int _port, CharacterListMgnt &_clm, pthread_mutex_t &_mutex_clm, OutputServer &_outputserver, uint32_t _confirmationtimer) | |
| virtual | ~StateServer () |
| void | startServer () |
| void | stopServer () |
Private Member Functions | |
| void | receiveAndSend () |
| int | startTimerThreat () |
| int | stopTimerThreat () |
Static Private Member Functions | |
| static void * | TimerThreat (void *ptr) |
Private Attributes | |
| bool | serverState |
| bool | timer_bool |
| NetInterface * | listener |
| const char * | ip |
| const int | port |
| pthread_mutex_t * | mutex_clm |
| OutputServer * | outputserver |
| CharacterListMgnt * | clm |
| pthread_t | timer |
| uint32_t | confirmationtimer |
1.5.1