#include <stdlib.h>#include <stdio.h>#include <string.h>#include <stdarg.h>#include <ctype.h>#include <signal.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <ngc/core/ngcdcsSRV.hpp>#include <ngc/core/ngcbIFC2.hpp>#include <ngc/core/ngcbIFC3.hpp>#include <ngc/core/ngcbIFC_TCP.hpp>Functions | |
| void | ngcdcsSrvBreakHandler (int sig) |
| void | ngcdcsSrvExitHandler (int sig) |
Variables | |
| ngcdcsSRV * | _serverInstance = NULL |
| void ngcdcsSrvBreakHandler | ( | int | sig | ) |
Signal handler for BREAK command (SIGUSR1)
| void ngcdcsSrvExitHandler | ( | int | sig | ) |
Signal handler for all signals triggering an exit
| ngcdcsSRV* _serverInstance = NULL |
Pointer to server instance