add pva/server.h

This commit is contained in:
Michael Davidsaver
2018-05-30 15:18:15 -07:00
parent ccb1d1dbe3
commit 146fbbc719
7 changed files with 508 additions and 1 deletions

View File

@ -768,6 +768,7 @@ WARN_LOGFILE =
INPUT = ../src/client/pv \
../src/client/pva \
../src/server/pv \
../src/server/pva \
../src/rpcClient/pv \
../src/rpcService/pv \
../src/utils/pv \

View File

@ -55,3 +55,9 @@ This example demonstrates a client which sets up a persistent Monitor operation.
@include monitorme.cpp
*/
/** @page examples_mailbox Server Mailbox Example
This example creates a server with one or more pvas::SharedPV::buildMailbox()
instances.
@include mailbox.cpp
*/

View File

@ -8,6 +8,7 @@
- @ref pvarelease_notes
- API documentation
- @ref pvac page
- @ref pvas page
- @ref providers page
- @ref pvtools
@ -21,7 +22,7 @@
- @ref examples_getme
- @ref examples_putme
- @ref examples_monitorme
- @ref examples_mailbox
*/
#endif /* MAINPAGE_H */