areaDetector
3-13
EPICS areaDetector framework
|
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sstream>
#include <fstream>
#include <libxml/parser.h>
#include <epicsString.h>
#include <epicsThread.h>
#include <macLib.h>
#include <cantProceed.h>
#include "PVAttribute.h"
#include "paramAttribute.h"
#include "functAttribute.h"
#include "asynNDArrayDriver.h"
Macros | |
#define | MAX_PATH_PARTS 32 |
asynNDArrayDriver.cpp More... | |
#define | delim "/" |
#define | MKDIR(a, b) mkdir(a,b) |
#define | MEGABYTE_DBL 1048576. |
Sets an int32 parameter. More... | |
#define delim "/" |
#define MAX_PATH_PARTS 32 |
Base class that implements methods for asynStandardInterfaces with a parameter library.
Author: Mark Rivers
Created May 11, 2008
#define MEGABYTE_DBL 1048576. |
Sets an int32 parameter.
[in] | pasynUser | asynUser structure that contains the function code in pasynUser->reason. |
[in] | value | The value for this parameter |
Takes action if the function code requires it.
#define MKDIR | ( | a, | |
b | |||
) | mkdir(a,b) |