EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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,
  histogramRecordAMSG = 20, histogramRecordNSTA = 21, histogramRecordNSEV = 22, histogramRecordNAMSG = 23,
  histogramRecordACKS = 24, histogramRecordACKT = 25, histogramRecordDISS = 26, histogramRecordLCNT = 27,
  histogramRecordPACT = 28, histogramRecordPUTF = 29, histogramRecordRPRO = 30, histogramRecordASP = 31,
  histogramRecordPPN = 32, histogramRecordPPNR = 33, histogramRecordSPVT = 34, histogramRecordRSET = 35,
  histogramRecordDSET = 36, histogramRecordDPVT = 37, histogramRecordRDES = 38, histogramRecordLSET = 39,
  histogramRecordPRIO = 40, histogramRecordTPRO = 41, histogramRecordBKPT = 42, histogramRecordUDF = 43,
  histogramRecordUDFS = 44, histogramRecordTIME = 45, histogramRecordUTAG = 46, histogramRecordFLNK = 47,
  histogramRecordVAL = 48, histogramRecordNELM = 49, histogramRecordCSTA = 50, histogramRecordCMD = 51,
  histogramRecordULIM = 52, histogramRecordLLIM = 53, histogramRecordWDTH = 54, histogramRecordSGNL = 55,
  histogramRecordPREC = 56, histogramRecordSVL = 57, histogramRecordBPTR = 58, histogramRecordWDOG = 59,
  histogramRecordMDEL = 60, histogramRecordMCNT = 61, histogramRecordSDEL = 62, histogramRecordSIOL = 63,
  histogramRecordSVAL = 64, histogramRecordSIML = 65, histogramRecordSIMM = 66, histogramRecordSIMS = 67,
  histogramRecordOLDSIMM = 68, histogramRecordSSCN = 69, histogramRecordSDLY = 70, histogramRecordSIMPVT = 71,
  histogramRecordHOPR = 72, histogramRecordLOPR = 73
}
 

Detailed Description

This header was generated from histogramRecord.dbd

Definition in file histogramRecord.h.

Enumeration Type Documentation

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.