Files
pvAccess/documentation/examples.h
2017-07-10 13:40:36 +02:00

31 lines
573 B
C

/**
@page examples_getme Client Get Example
This example demonstrates a client which issues a Get operation on startup,
and again each time a channel becomes Connected.
@include getme.cpp
*/
/**
@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.
@include monitorme.cpp
*/