![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <vector>
#include <set>
#include <pv/pvData.h>
#include <pv/createRequest.h>
#include <pv/status.h>
#include <pv/bitSet.h>
#include <pv/pvaVersion.h>
#include <pv/destroyable.h>
#include <pv/monitor.h>
#include <shareLib.h>
Go to the source code of this file.
Namespaces | |
epics | |
TODO only here because of the Lockable. | |
epics::pvAccess | |
Holds all PVA related. | |
epics::pvData | |
pvData | |
Macros | |
#define | FINAL |
#define | OVERRIDE |
Typedefs | |
typedef Monitor | epics::pvAccess::PipelineMonitor |
Pipeline (streaming) support API (optional). This is used by pvAccess to implement pipeline (streaming) monitors. More... | |
Enumerations | |
enum | epics::pvAccess::AccessRights { epics::pvAccess::none, epics::pvAccess::read, epics::pvAccess::readWrite } |
enum | epics::pvAccess::FlushStrategy { epics::pvAccess::IMMEDIATE, epics::pvAccess::DELAYED, epics::pvAccess::USER_CONTROLED } |
The FlushStrategy enum. More... | |
#define FINAL |
Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.
Definition at line 48 of file pvAccess.h.
#define OVERRIDE |
Definition at line 55 of file pvAccess.h.