Skip to content

slac-epics-modules/exampleCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2e6fbb · Jul 26, 2016
Apr 12, 2016
Jul 26, 2016
Mar 2, 2016
Jul 26, 2016
Jul 18, 2016
Jul 26, 2016
Jul 26, 2016
Jul 26, 2016
Apr 25, 2016
Jul 22, 2016
Jul 26, 2016
Jul 26, 2016
Apr 20, 2016
Mar 3, 2016
Sep 4, 2015
Jul 9, 2016
Feb 1, 2016
Jul 18, 2016

Repository files navigation

exampleCPP

This project provides a set of examples of client and server code for pvAccess. Each example can be built separately by building in the example subdirectory. The complete set of examples, except for ChannelArchiverService can also be built by building in exampleCPP itself.

Each example can be used as a template for building other applications:

  • Choose an example that is similar to the desired application.
  • Copy the complete example to where the desired application should reside.
  • Edit the new application.

There is also a test that supports:

make runtests

This test requires that at least database is built.

Building examples

To see how to build individual examples or all examples see documentation/exampleCPP.html.

Examples

To see a brief description of the examples see documentation/exampleCPP.html.