pvac: add synchronous put to 'value' field

This commit is contained in:
Michael Davidsaver
2017-07-18 14:02:14 +02:00
parent 43019344d2
commit 1a47e5fb0a
6 changed files with 196 additions and 13 deletions

View File

@ -9,6 +9,15 @@ The shortest possible PVA get() example.
*/
/**
@page examples_miniput Simple Client Put Example
The shortest possible PVA put() example.
@include miniput.cpp
*/
/**
@page examples_getme Client Get Example
This example demonstrates a client which issues a Get operation on startup,

View File

@ -15,6 +15,7 @@
- Simplest (shortest) possible
- @ref examples_miniget
- @ref examples_miniput
- More complete
- @ref examples_getme
- @ref examples_putme