|
areaDetector
3-5-0
EPICS areaDetector framework
|
#include <stdlib.h>#include <vector>#include <stdexcept>#include <algorithm>#include <sstream>#include <iomanip>#include <limits>#include <frozen.h>#include <ADDriver.h>#include <math.h>#include "eigerParam.h"Macros | |
| #define | ERR(msg) |
| #define | ERR_ARGS(fmt, ...) |
| #define | FLOW(msg) |
| #define | FLOW_ARGS(fmt, ...) |
| #define | MAX_BUFFER_SIZE 128 |
| #define | MAX_MESSAGE_SIZE 512 |
| #define | MAX_JSON_TOKENS 100 |
| #define ERR | ( | msg | ) |
| #define ERR_ARGS | ( | fmt, | |
| ... | |||
| ) |
| #define FLOW | ( | msg | ) |
| #define FLOW_ARGS | ( | fmt, | |
| ... | |||
| ) |
| #define MAX_BUFFER_SIZE 128 |
| #define MAX_JSON_TOKENS 100 |
| #define MAX_MESSAGE_SIZE 512 |
1.8.15