This is Unofficial EPICS BASE Doxygen Site
PDBGroupPV::Info Struct Reference

#include "pdbgroup.h"

+ Collaboration diagram for PDBGroupPV::Info:

Public Types

typedef std::vector< size_t > triggers_t
 

Public Member Functions

 Info ()
 

Public Attributes

DBCH chan
 
std::tr1::shared_ptr< PVIFBuilderbuilder
 
FieldName attachment
 
triggers_t triggers
 
DBManyLock locker
 
p2p::auto_ptr< PVIFpvif
 
DBEvent evt_VALUE
 
DBEvent evt_PROPERTY
 
bool had_initial_VALUE
 
bool had_initial_PROPERTY
 
bool allowProc
 

Detailed Description

Definition at line 90 of file pdbgroup.h.

Member Typedef Documentation

typedef std::vector<size_t> PDBGroupPV::Info::triggers_t

Definition at line 94 of file pdbgroup.h.

Constructor & Destructor Documentation

PDBGroupPV::Info::Info ( )
inline

Definition at line 101 of file pdbgroup.h.

101 :had_initial_VALUE(false), had_initial_PROPERTY(false), allowProc(false) {}
bool had_initial_PROPERTY
Definition: pdbgroup.h:99
bool had_initial_VALUE
Definition: pdbgroup.h:99

Member Data Documentation

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.


The documentation for this struct was generated from the following file: