areaDetector
3-13
EPICS areaDetector framework
|
#include <cmath>
#include <stdexcept>
#include <string>
#include <vector>
#include <iocsh.h>
#include <initHooks.h>
#include <epicsMath.h>
#include "NDPluginAttrPlot.h"
#include "CircularBuffer.h"
#include <epicsExport.h>
Functions | |
int | NDAttrPlotConfig (const char *port, int n_attributes, int cache_size, int n_selected_blocks, const char *in_port, int in_addr, int queue_size, int blocking_callbacks, int priority, int stackSize) |
epicsExportRegistrar (NDAttrPlotRegister) | |
Variables | |
NDPluginAttrPlot * | plugin |
epicsExportRegistrar | ( | NDAttrPlotRegister | ) |
int NDAttrPlotConfig | ( | const char * | port, |
int | n_attributes, | ||
int | cache_size, | ||
int | n_selected_blocks, | ||
const char * | in_port, | ||
int | in_addr, | ||
int | queue_size, | ||
int | blocking_callbacks, | ||
int | priority, | ||
int | stackSize | ||
) |
NDPluginAttrPlot* plugin |