#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/shm.h>
#include <sys/sem.h>
#include <sys/socket.h>
#include <ngc/core/ngcb.h>
#include <ngc/core/ngcbSocket.h>
Go to the source code of this file.
- Copyright
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ ngcdcsMERGE_ACTIVE
| #define ngcdcsMERGE_ACTIVE |
( |
| status | ) |
|
Value:
#define ngcdcsMSTAT_IDLE
Definition ngcdcsMRGSHM.hpp:31
#define ngcdcsMSTAT_COMPL_SUCCESS
Definition ngcdcsMRGSHM.hpp:37
Merger active
◆ ngcdcsMRGSHM_MAXCON
| #define ngcdcsMRGSHM_MAXCON 4 |
Maximum number of event connections
◆ ngcdcsMSTAT_ACTIVE
| #define ngcdcsMSTAT_ACTIVE 2 |
◆ ngcdcsMSTAT_COMPL_ABORTED
| #define ngcdcsMSTAT_COMPL_ABORTED 512 |
◆ ngcdcsMSTAT_COMPL_FAILURE
| #define ngcdcsMSTAT_COMPL_FAILURE 256 |
◆ ngcdcsMSTAT_COMPL_SUCCESS
| #define ngcdcsMSTAT_COMPL_SUCCESS 128 |
◆ ngcdcsMSTAT_IDLE
| #define ngcdcsMSTAT_IDLE 0 |
◆ ngcdcsMSTAT_INVALIDATING
| #define ngcdcsMSTAT_INVALIDATING 16 |
◆ ngcdcsMSTAT_MERGING
| #define ngcdcsMSTAT_MERGING 8 |
◆ ngcdcsMSTAT_PENDING
| #define ngcdcsMSTAT_PENDING 1 |
◆ ngcdcsMSTAT_VERIFYING
| #define ngcdcsMSTAT_VERIFYING 4 |