EPICS pvAccessCPP

EPICS v4 Working Group, Working Draft, 16-June-2015

Latest version:
pvAccessCPP.html
This version:
pvAccessCPP_20150616.html
Previous version:
pvAccessCPP_20140709.html
Editors:
Marty Kraimer, BNL
Matej Sekoranja, CosyLab

Abstract

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

Status of this Document

This is the 16-June-2015 version of the C++ implementation of pvAccess. The code is a complete implementation of pvAccess.

Table of Contents


Preface

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 Guide

The 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:

pvaClientCPP

If your primary interest is implementing pvAccess services then, before reading this documement read:

pvDatabaseCPP

Introduction

This 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