#include <stdlib.h>
#include <stdio.h>
#include <sys/select.h>
#include <unistd.h>
#include <ngc/core/ngcppInt.h>
#include <ngc/core/ngcbSocket.h>
#include <ngc/core/ngcdcsRTD.hpp>
#include <ngc/core/ngcdttPUBLISH.hpp>
#include <ngc/core/ngcdttIPC.hpp>
Go to the source code of this file.
- Copyright
- ESO - European Southern Observatory
- Author
- Joerg Stegmeier jsteg.nosp@m.mei@.nosp@m.eso.o.nosp@m.rg
◆ ngcdttMAX_CON
Maximum number of service connection
◆ ngcdttMOD_ID
| #define ngcdttMOD_ID "ngcdtt" |
Module ID for logging etc.
◆ ngcdttSTATE_OFF
| #define ngcdttSTATE_OFF 0 |
◆ ngcdttSTATE_ONLINE
| #define ngcdttSTATE_ONLINE 1 |
◆ ngcdttBreakHandler()
| void ngcdttBreakHandler |
( |
int | sig | ) |
|
◆ ngcdttExitHandler()
| void ngcdttExitHandler |
( |
int | sig | ) |
|
General exit-signal handler
◆ ngcdttKillHandler()
| void ngcdttKillHandler |
( |
int | sig | ) |
|