adds remaining missing PVs
This commit is contained in:
@@ -82,13 +82,18 @@ struct __attribute__((__packed__)) NormalisedDetectorEvent {
|
||||
|
||||
#define P_StatusString "STATUS"
|
||||
#define P_ResetString "RESET"
|
||||
#define P_StopString "STOP"
|
||||
#define P_CountPresetString "P_CNT"
|
||||
#define P_TimePresetString "P_TIME"
|
||||
#define P_ElapsedTimeString "TIME"
|
||||
#define P_ClearElapsedTimeString "C_TIME"
|
||||
#define P_MonitorChannelString "MONITOR"
|
||||
#define P_ThresholdString "THRESH"
|
||||
#define P_ThresholdChannelString "THRESH_CH"
|
||||
|
||||
#define P_CountsString "COUNTS%d"
|
||||
#define P_RateString "RATE%d"
|
||||
#define P_ClearCountsString "C_%d"
|
||||
|
||||
/*******************************************************************************
|
||||
* Stream Generator Coordinating Class
|
||||
@@ -109,12 +114,17 @@ class asynStreamGeneratorDriver : public asynPortDriver {
|
||||
// Parameter Identifying IDs
|
||||
int P_Status;
|
||||
int P_Reset;
|
||||
int P_Stop;
|
||||
int P_CountPreset;
|
||||
int P_TimePreset;
|
||||
int P_ElapsedTime;
|
||||
int P_ClearElapsedTime;
|
||||
int P_MonitorChannel;
|
||||
int P_Threshold;
|
||||
int P_ThresholdChannel;
|
||||
int *P_Counts;
|
||||
int *P_Rates;
|
||||
int *P_ClearCounts;
|
||||
|
||||
private:
|
||||
asynUser *pasynUDPUser;
|
||||
|
||||
Reference in New Issue
Block a user