#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
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ 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 | ) |
|