mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declarations for the mxlib interprocess communication (IPC) tools. More...
Declarations for the mxlib interprocess communication (IPC) tools.
Definition in file ipc.hpp.
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
Go to the source code of this file.
Macros | |
#define | MX_IPC_KEYLEN 1024 |
The maximum length of the IPC key string. | |
#define | MX_IPC_PI_BUFSZ 128 |
The process interface buffer size. | |