DABC (Data Acquisition Backbone Core)  2.9.9
Data Structures | Variables
ezca Namespace Reference

EPICS E-Z (easy) channel access. More...

Data Structures

class  EpicsInput
 The epics easy channel access data input implementation. More...
 
class  Factory
 Factory for epics eazy channel access classes More...
 
class  Monitor
 Monitor of EPICS data. More...
 

Variables

const char * nameUpdateCommand = "ezca::OnUpdate"
 
const char * xmlCommandReceiver = "EpicsDabcCommandReceiver"
 
const char * xmlEpicsName = "EpicsIdentifier"
 
const char * xmlEpicsSubeventId = "EpicsSubeventId"
 
const char * xmlEventIDRecord = "EpicsEventIDRec"
 
const char * xmlEzcaAutoError = "EzcaAutoError"
 indicates if error should be automatically printed More...
 
const char * xmlEzcaDebug = "EzcaDebug"
 retry counter for ezca operation More...
 
const char * xmlEzcaRetryCount = "EzcaRetryCount"
 retry counter for ezca operation More...
 
const char * xmlEzcaTimeout = "EzcaTimeout"
 timeout for ezca operation More...
 
const char * xmlNameDoubleRecords = "EpicsDoubleRecs"
 
const char * xmlNameLongRecords = "EpicsLongRecs"
 
const char * xmlTimeout = "EpicsPollingTimeout"
 
const char * xmlUpdateFlagRecord = "EpicsFlagRec"
 

Detailed Description

EPICS E-Z (easy) channel access.

Variable Documentation

◆ xmlEpicsName

const char * ezca::xmlEpicsName = "EpicsIdentifier"
extern

Definition at line 29 of file Factory.cxx.

◆ xmlUpdateFlagRecord

const char * ezca::xmlUpdateFlagRecord = "EpicsFlagRec"
extern

Definition at line 30 of file Factory.cxx.

◆ xmlEventIDRecord

const char * ezca::xmlEventIDRecord = "EpicsEventIDRec"
extern

Definition at line 31 of file Factory.cxx.

◆ xmlNameLongRecords

const char * ezca::xmlNameLongRecords = "EpicsLongRecs"
extern

Definition at line 32 of file Factory.cxx.

◆ xmlNameDoubleRecords

const char * ezca::xmlNameDoubleRecords = "EpicsDoubleRecs"
extern

Definition at line 33 of file Factory.cxx.

◆ xmlTimeout

const char * ezca::xmlTimeout = "EpicsPollingTimeout"
extern

Definition at line 34 of file Factory.cxx.

◆ xmlEpicsSubeventId

const char * ezca::xmlEpicsSubeventId = "EpicsSubeventId"
extern

Definition at line 35 of file Factory.cxx.

◆ xmlEzcaTimeout

const char * ezca::xmlEzcaTimeout = "EzcaTimeout"
extern

timeout for ezca operation

Definition at line 36 of file Factory.cxx.

◆ xmlEzcaRetryCount

const char * ezca::xmlEzcaRetryCount = "EzcaRetryCount"
extern

retry counter for ezca operation

Definition at line 37 of file Factory.cxx.

◆ xmlEzcaDebug

const char * ezca::xmlEzcaDebug = "EzcaDebug"
extern

retry counter for ezca operation

Definition at line 38 of file Factory.cxx.

◆ xmlEzcaAutoError

const char * ezca::xmlEzcaAutoError = "EzcaAutoError"
extern

indicates if error should be automatically printed

Definition at line 39 of file Factory.cxx.

◆ xmlCommandReceiver

const char * ezca::xmlCommandReceiver = "EpicsDabcCommandReceiver"
extern

Definition at line 42 of file Factory.cxx.

◆ nameUpdateCommand

const char * ezca::nameUpdateCommand = "ezca::OnUpdate"
extern

Definition at line 41 of file Factory.cxx.