37 lines
600 B
C
37 lines
600 B
C
#ifndef MAINPAGE_H
|
|
#define MAINPAGE_H
|
|
/**
|
|
@mainpage pvAccess C++ docs
|
|
|
|
The epics::pvAccess namespace.
|
|
See pv/pvAccess.h header.
|
|
|
|
@code
|
|
#include <pv/configuration.h>
|
|
#include <pv/pvAccess.h>
|
|
#include <pv/clientFactory.h>
|
|
@endcode
|
|
|
|
See the @ref providers page.
|
|
|
|
@section main_interesting Interesting
|
|
|
|
- Clients providers
|
|
- PVA Client
|
|
- CA Client (wraps libca)
|
|
- RPC Client helper
|
|
- PVA Server epics::pvAccess::ServerContext
|
|
- Server providers
|
|
- RPC
|
|
- Pipeline (monitor w/ flow control)
|
|
|
|
|
|
@section main_examples Examples
|
|
|
|
- @ref examples_getme
|
|
- @ref examples_monitorme
|
|
|
|
*/
|
|
|
|
#endif /* MAINPAGE_H */
|