Files
pvxs/documentation/example.rst
T
Michael Davidsaver 6267202fd4 doc
2021-05-13 08:16:44 -07:00

36 lines
648 B
ReStructuredText

Examples
========
Example are built, but not installed.
They can be found under example/O.\*
Latest versions https://github.com/mdavidsaver/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