4 #include <epicsTypes.h>
5 #include "mrf/object.h"
9 evgAcTrig(
const std::string&,
volatile epicsUInt8*
const);
13 virtual void lock()
const{};
14 virtual void unlock()
const{};
16 void setDivider(epicsUInt32);
17 epicsUInt32 getDivider()
const;
19 void setPhase(epicsFloat64);
20 epicsFloat64 getPhase()
const;
23 bool getBypass()
const;
25 void setSyncSrc(epicsUInt16);
26 epicsUInt16 getSyncSrc()
const;
28 void setTrigEvtMap(epicsUInt16,
bool);
29 epicsUInt32 getTrigEvtMap()
const;
32 volatile epicsUInt8*
const m_pReg;
User implementation hook.
Definition: object.h:460