#include <evgTrigEvt.h>
|
| typedef m_obj_children_t::const_iterator | child_iterator |
| |
| typedef std::map< std::string, std::string > | create_args_t |
| |
| typedef Object *(* | create_factory_t) (const std::string &name, const std::string &klass, const create_args_t &args) |
| |
| static int | initObject () |
| |
| static Object * | getObject (const std::string &name) |
| |
| static Object * | getCreateObject (const std::string &name, const std::string &klass, const create_args_t &args=create_args_t()) |
| |
| static void | addFactory (const std::string &klass, create_factory_t fn) |
| |
| static void | visitObjects (bool(*)(Object *, void *), void *) |
| |
| | ObjectInst (const std::string &n) |
| |
| | ObjectInst (const std::string &n, A &a) |
| |
| virtual | ~ObjectInst () |
| |
| | Object (const std::string &n, const Object *par=0) |
| |
| virtual | ~Object ()=0 |
| |
Definition at line 7 of file evgTrigEvt.h.
◆ evgTrigEvt()
| evgTrigEvt::evgTrigEvt |
( |
const std::string & |
name, |
|
|
const epicsUInt32 |
id, |
|
|
volatile epicsUInt8 * const |
pReg |
|
) |
| |
◆ ~evgTrigEvt()
| evgTrigEvt::~evgTrigEvt |
( |
| ) |
|
◆ getEvtCode()
| epicsUInt32 evgTrigEvt::getEvtCode |
( |
| ) |
const |
Definition at line 24 of file evgTrigEvt.cpp.
25 epicsUInt32 temp =
READ32(m_pReg, TrigEventCtrl(m_id));
#define READ32(base, offset)
#define TrigEventCtrl_Code_MASK
#define TrigEventCtrl_Code_SHIFT
◆ lock()
| virtual void evgTrigEvt::lock |
( |
| ) |
const |
|
inlinevirtual |
◆ setEvtCode()
| void evgTrigEvt::setEvtCode |
( |
epicsUInt32 |
evtCode | ) |
|
Definition at line 31 of file evgTrigEvt.cpp.
33 throw std::runtime_error(
"Event Code out of range. Valid range: 0 - 255");
38 WRITE32(m_pReg, TrigEventCtrl(m_id), evtCode);
#define TrigEventCtrl_Ena
#define WRITE32(base, offset, value)
◆ unlock()
| virtual void evgTrigEvt::unlock |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: