4 #include <epicsTypes.h>
5 #include "mrf/object.h"
15 evgOutput(
const std::string&,
const epicsUInt32,
const evgOutputType,
16 volatile epicsUInt8*
const);
20 virtual void lock()
const{};
21 virtual void unlock()
const{};
23 void setSource(epicsUInt16);
24 epicsUInt16 getSource()
const;
27 const epicsUInt32 m_num;
28 const evgOutputType m_type;
29 volatile epicsUInt8*
const m_pOutReg;
User implementation hook.
Definition: object.h:460