Files
pvxs/documentation/example.rst
T
Michael Davidsaver 3727052991 doc
2025-08-08 16:43:24 -07:00

36 lines
650 B
ReStructuredText

Examples
========
Example are built, but not installed.
They can be found under ``example/O.*``
Latest versions https://github.com/epics-base/pvxs/blob/master/example/
Shortest Client Get
-------------------
.. literalinclude:: ../example/simpleget.cpp
:language: c++
:name: simpleget.cpp
Shortest Server
---------------
.. literalinclude:: ../example/simplesrv.cpp
:language: c++
:name: simplesrv.cpp
Client Demo
-----------
.. literalinclude:: ../example/client.cpp
:language: c++
:name: client.cpp
Mailbox Server
--------------
.. literalinclude:: ../example/mailbox.cpp
:language: c++
:name: mailbox.cpp