PVXS client/server for PVA Protocol =================================== This module provides a low-level PVAccess protocol :ref:`clientapi`, :ref:`serverapi`, a set of CLI utilities, as well as high-level integration with the EPICS IOC Process Database (aka. :ref:`qsrv2`) - VCS: https://github.com/epics-base/pvxs - Docs: https://epics-base.github.io/pvxs - `Issues `_ (see :ref:`reportbug`) - :ref:`contrib` Dependencies ------------ * A C++11 compliant compiler * GCC >= 4.8 * Visual Studio >= 2015 / 12.0 * clang * `EPICS Base `_ >=3.15.1 * `libevent `_ >=2.0.1 (Optionally bundled) * (optional) `CMake `_ >=3.10, only needed when building bundled libevent Download -------- Releases are published to https://github.com/epics-base/pvxs/releases. See :ref:`relpolicy` for details. Getting Started --------------- See :ref:`building`, and :ref:`includepvxs`. With QSRV2 included, all local database records will be served via PVA. For most user IOCs, no further action is necessary. Contents -------- .. toctree:: :maxdepth: 3 :caption: Getting Started guides/quickstart guides/installation .. toctree:: :maxdepth: 3 :caption: User Guides guides/architecture guides/troubleshooting reference/building reference/netconfig reference/cli .. toctree:: :maxdepth: 3 :caption: API Reference api/overview api/value api/client api/server api/ioc api/util api/details .. toctree:: :maxdepth: 3 :caption: Reference Documentation reference/nt reference/ntscalar reference/qgroup reference/pvalink .. toctree:: :maxdepth: 3 :caption: Examples & Additional examples/example releasenotes examples/contributing Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` This document describes version |release| and earlier.