pvaTestClient: put example
This commit is contained in:
@ -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.
|
||||
|
@ -29,6 +29,7 @@ See the @ref providers page.
|
||||
@section main_examples Examples
|
||||
|
||||
- @ref examples_getme
|
||||
- @ref examples_putme
|
||||
- @ref examples_monitorme
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user