Files
pvAccess/documentation/examples.h
Michael Davidsaver 9a9896042a more doc
2017-06-20 15:33:36 +02:00

20 lines
358 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_monitorme Client Monitor Example
This example demonstrates a client which sets up a persistent Monitor operation.
@include monitorme.cpp
*/