#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <poll.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <atomic>
#include <ngc/core/ngcbSHMDB.hpp>
Go to the source code of this file.
- Copyright
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ ngcbSHM_ID_ERR
| #define ngcbSHM_ID_ERR -1 |
◆ ngcbSHM_ID_IVLD
| #define ngcbSHM_ID_IVLD -3 |
◆ ngcbSHM_ID_RETRY
| #define ngcbSHM_ID_RETRY -2 |
◆ ngcbSHM_MAX_CLIENTS
| #define ngcbSHM_MAX_CLIENTS 8 |
Maximum number of event clients
◆ ngcbSHM_VERSION
| #define ngcbSHM_VERSION 1 |