36 lines
650 B
ReStructuredText
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
|