#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <netcdf.h>
#include <epicsStdio.h>
#include <iocsh.h>
#include <epicsExport.h>
#include "NDFileNetCDF.h"
Defines | |
#define | ERR(e) |
#define | MAX_ATTRIBUTE_STRING_SIZE 256 |
Functions | |
int | NDFileNetCDFConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int priority, int stackSize) |
Configuration routine. | |
void | NDFileNetCDFRegister (void) |
epicsExportRegistrar (NDFileNetCDFRegister) |
#define ERR | ( | e | ) |
Value:
{asynPrint(this->pasynUserSelf, ASYN_TRACE_ERROR, \ "%s:%s error=%s\n", \ driverName, functionName, nc_strerror(e)); \ return(asynError);}
#define MAX_ATTRIBUTE_STRING_SIZE 256 |
epicsExportRegistrar | ( | NDFileNetCDFRegister | ) |
int NDFileNetCDFConfigure | ( | const char * | portName, | |
int | queueSize, | |||
int | blockingCallbacks, | |||
const char * | NDArrayPort, | |||
int | NDArrayAddr, | |||
int | priority, | |||
int | stackSize | |||
) |
Configuration routine.
Called directly, or from the iocsh function in NDFileEpics
void NDFileNetCDFRegister | ( | void | ) |