![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "pdbgroup.h"
Public Types | |
typedef std::vector< size_t > | triggers_t |
Public Member Functions | |
Info () | |
Public Attributes | |
DBCH | chan |
std::tr1::shared_ptr< PVIFBuilder > | builder |
FieldName | attachment |
triggers_t | triggers |
DBManyLock | locker |
p2p::auto_ptr< PVIF > | pvif |
DBEvent | evt_VALUE |
DBEvent | evt_PROPERTY |
bool | had_initial_VALUE |
bool | had_initial_PROPERTY |
bool | allowProc |
Definition at line 90 of file pdbgroup.h.
typedef std::vector<size_t> PDBGroupPV::Info::triggers_t |
Definition at line 94 of file pdbgroup.h.
|
inline |
Definition at line 101 of file pdbgroup.h.
bool PDBGroupPV::Info::allowProc |
Definition at line 99 of file pdbgroup.h.
FieldName PDBGroupPV::Info::attachment |
Definition at line 93 of file pdbgroup.h.
std::tr1::shared_ptr<PVIFBuilder> PDBGroupPV::Info::builder |
Definition at line 92 of file pdbgroup.h.
DBCH PDBGroupPV::Info::chan |
Definition at line 91 of file pdbgroup.h.
DBEvent PDBGroupPV::Info::evt_PROPERTY |
Definition at line 98 of file pdbgroup.h.
DBEvent PDBGroupPV::Info::evt_VALUE |
Definition at line 98 of file pdbgroup.h.
bool PDBGroupPV::Info::had_initial_PROPERTY |
Definition at line 99 of file pdbgroup.h.
bool PDBGroupPV::Info::had_initial_VALUE |
Definition at line 99 of file pdbgroup.h.
DBManyLock PDBGroupPV::Info::locker |
Definition at line 96 of file pdbgroup.h.
p2p::auto_ptr<PVIF> PDBGroupPV::Info::pvif |
Definition at line 97 of file pdbgroup.h.
triggers_t PDBGroupPV::Info::triggers |
Definition at line 95 of file pdbgroup.h.