6 #include <epicsEvent.h> 10 #define DRIVER_VERSION 2 11 #define DRIVER_REVISION 5 12 #define DRIVER_MODIFICATION 0 14 #define SimAcquireString "SIM_ACQUIRE" 15 #define SimAcquireTimeString "SIM_ACQUIRE_TIME" 16 #define SimElapsedTimeString "SIM_ELAPSED_TIME" 17 #define SimTimeStepString "SIM_TIME_STEP" 18 #define SimNumTimePointsString "SIM_NUM_TIME_POINTS" 19 #define SimAmplitudeString "SIM_AMPLITUDE" 20 #define SimOffsetString "SIM_OFFSET" 21 #define SimPeriodString "SIM_PERIOD" 22 #define SimFrequencyString "SIM_FREQUENCY" 23 #define SimPhaseString "SIM_PHASE" 24 #define SimNoiseString "SIM_NOISE" 33 int maxBuffers,
size_t maxMemory,
34 int priority,
int stackSize);
38 virtual void report(FILE *fp,
int details);
43 #define FIRST_SIM_DETECTOR_PARAM P_Acquire 57 template <
typename epicsType>
void computeArraysT();
59 void setAcquire(
int value);
62 epicsEventId startEventId_;
63 epicsEventId stopEventId_;
NDDataType_t
Enumeration of NDArray data types.
Definition: NDAttribute.h:27
int P_Noise
Definition: ADCSimDetector.h:53
int P_AcquireTime
Definition: ADCSimDetector.h:44
virtual void report(FILE *fp, int details)
Report status of the driver.
Definition: asynNDArrayDriver.cpp:679
int P_Amplitude
Definition: ADCSimDetector.h:49
int P_Acquire
Definition: ADCSimDetector.h:42
int P_TimeStep
Definition: ADCSimDetector.h:46
list value
Definition: makeDbAndEdl.py:234
int P_Period
Definition: ADCSimDetector.h:48
This is the class from which NDArray drivers are derived; implements the asynGenericPointer functions...
Definition: asynNDArrayDriver.h:119
int P_Phase
Definition: ADCSimDetector.h:52
int P_NumTimePoints
Definition: ADCSimDetector.h:47
virtual asynStatus writeInt32(asynUser *pasynUser, epicsInt32 value)
Sets an int32 parameter.
Definition: asynNDArrayDriver.cpp:611
int P_ElapsedTime
Definition: ADCSimDetector.h:45
ADC simulation driver; does 1-D waveforms on 8 channels.
Definition: ADCSimDetector.h:30
int P_Frequency
Definition: ADCSimDetector.h:51
int P_Offset
Definition: ADCSimDetector.h:50