Files
pvAccess/documentation/mainpage.h
2017-07-03 19:24:01 +02:00

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 */