pvAccessCPP is the C++ implementation of pvAccess, which is network support for transporting structured data as defined by pvData.
pvAccess is one of a related set of products: relatedDocumentsV4.html
This is the 05-June-2011 version of the C++ implementation of pvAccess. The code is a complete implementation of pvAccess.
This document describes the pvAccess Application Program Interface (API). The reader is assumed to have a basic understanding of EPICS V4 as described in:
EPICS V4 Developer's GuideThe pvAccess API is callback based and uses Status to report problem to the client, which means that it can be complex to use. If your primary interest is client access then, instead of reading this document, read:
EPICS pvaIf your primary interest is implementing pvAccess services then, before reading this documement read:
pvDatabaseCPPThis product is available via an open source license
A user overview is available via pvAccessOverview.html
Doxygen documentation is available at doxygenDoc
Matej decide what else should go in this document