EPICS Base  7.0.5.1
Classes | Macros | Enumerations
histogramRecord.h File Reference

Declarations for the histogram record type. More...

#include "epicsTypes.h"
#include "link.h"
#include "epicsMutex.h"
#include "ellLib.h"
#include "devSup.h"
#include "epicsTime.h"
#include "callback.h"
Include dependency graph for histogramRecord.h:

Go to the source code of this file.

Classes

struct  histogramdset
 
struct  histogramRecord
 Declaration of histogram record type. More...
 

Macros

#define HAS_histogramdset
 
#define histogramCMD_NUM_CHOICES   4
 Number of states defined for menu histogramCMD.
 

Enumerations

enum  histogramCMD { histogramCMD_Read, histogramCMD_Clear, histogramCMD_Start, histogramCMD_Stop }
 Enumerated type from menu histogramCMD. More...
 
enum  histogramFieldIndex {
  histogramRecordNAME = 0, histogramRecordDESC = 1, histogramRecordASG = 2, histogramRecordSCAN = 3,
  histogramRecordPINI = 4, histogramRecordPHAS = 5, histogramRecordEVNT = 6, histogramRecordTSE = 7,
  histogramRecordTSEL = 8, histogramRecordDTYP = 9, histogramRecordDISV = 10, histogramRecordDISA = 11,
  histogramRecordSDIS = 12, histogramRecordMLOK = 13, histogramRecordMLIS = 14, histogramRecordBKLNK = 15,
  histogramRecordDISP = 16, histogramRecordPROC = 17, histogramRecordSTAT = 18, histogramRecordSEVR = 19,
  histogramRecordNSTA = 20, histogramRecordNSEV = 21, histogramRecordACKS = 22, histogramRecordACKT = 23,
  histogramRecordDISS = 24, histogramRecordLCNT = 25, histogramRecordPACT = 26, histogramRecordPUTF = 27,
  histogramRecordRPRO = 28, histogramRecordASP = 29, histogramRecordPPN = 30, histogramRecordPPNR = 31,
  histogramRecordSPVT = 32, histogramRecordRSET = 33, histogramRecordDSET = 34, histogramRecordDPVT = 35,
  histogramRecordRDES = 36, histogramRecordLSET = 37, histogramRecordPRIO = 38, histogramRecordTPRO = 39,
  histogramRecordBKPT = 40, histogramRecordUDF = 41, histogramRecordUDFS = 42, histogramRecordTIME = 43,
  histogramRecordFLNK = 44, histogramRecordVAL = 45, histogramRecordNELM = 46, histogramRecordCSTA = 47,
  histogramRecordCMD = 48, histogramRecordULIM = 49, histogramRecordLLIM = 50, histogramRecordWDTH = 51,
  histogramRecordSGNL = 52, histogramRecordPREC = 53, histogramRecordSVL = 54, histogramRecordBPTR = 55,
  histogramRecordWDOG = 56, histogramRecordMDEL = 57, histogramRecordMCNT = 58, histogramRecordSDEL = 59,
  histogramRecordSIOL = 60, histogramRecordSVAL = 61, histogramRecordSIML = 62, histogramRecordSIMM = 63,
  histogramRecordSIMS = 64, histogramRecordOLDSIMM = 65, histogramRecordSSCN = 66, histogramRecordSDLY = 67,
  histogramRecordSIMPVT = 68, histogramRecordHOPR = 69, histogramRecordLOPR = 70
}
 

Detailed Description

This header was generated from histogramRecord.dbd

Definition in file histogramRecord.h.

Enumeration Type Documentation

◆ histogramCMD

Enumerator
histogramCMD_Read 

State string "Read".

histogramCMD_Clear 

State string "Clear".

histogramCMD_Start 

State string "Start".

histogramCMD_Stop 

State string "Stop".

Definition at line 30 of file histogramRecord.h.