|
areaDetector 3-14
EPICS areaDetector framework
|
#include "streamApi.h"#include <stdexcept>#include <stdlib.h>#include <stdint.h>#include <epicsStdio.h>#include <epicsString.h>#include <string.h>#include <lz4.h>#include <bitshuffle.h>#include <compression.h>Macros | |
| #define | ZMQ_PORT 31001 |
| #define | ERR_PREFIX "Stream2Api" |
| #define | ERR(msg) fprintf(stderr, ERR_PREFIX "::%s: %s\n", functionName, msg) |
| #define | ERR_ARGS(fmt, ...) |
| #define ERR | ( | msg | ) | fprintf(stderr, ERR_PREFIX "::%s: %s\n", functionName, msg) |
| #define ERR_ARGS | ( | fmt, | |
| ... | |||
| ) |
| #define ERR_PREFIX "Stream2Api" |
| #define ZMQ_PORT 31001 |