Files
pvAccess/README.md
Andrew Johnson ec926282f3 Removed old stuff from README
Provide links to epics-controls and the gh-pages docs on github.io
2018-10-29 18:23:35 -05:00

634 B

pvAccessCPP

pvAccess is a network communications protocol designed for distributed control systems, and is a component of the EPICS software toolkit. It is designed to transport serialized data formatted as pvData data structures.

The pvAccessCPP module which contains the C++ implementation of pvAccess. The pvDataCPP module implements pvData structures as C++ class objects.