Files
2026-02-27 08:14:29 +00:00

43 lines
765 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
Counter Server
--------------
.. literalinclude:: ../example/ticker.cpp
:language: c++
:name: ticker.cpp