add pva/server.h
This commit is contained in:
@ -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 \
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user