pvaTestClient: put example

This commit is contained in:
Michael Davidsaver
2017-07-10 13:40:36 +02:00
parent 6436ceb04d
commit 8f4fafd668
5 changed files with 238 additions and 1 deletions

View File

@ -10,6 +10,17 @@ and again each time a channel becomes Connected.
*/
/**
@page examples_putme Client Put Example
This example demonstrates a client which issues a Put operation on startup,
waits for acknowledgement that the put has been handled,
then exits.
@include putme.cpp
*/
/**
@page examples_monitorme Client Monitor Example
This example demonstrates a client which sets up a persistent Monitor operation.

View File

@ -29,6 +29,7 @@ See the @ref providers page.
@section main_examples Examples
- @ref examples_getme
- @ref examples_putme
- @ref examples_monitorme
*/