25 lines
347 B
C
25 lines
347 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.
|
|
|
|
Examples
|
|
|
|
- @ref examples_getme
|
|
- @ref examples_monitorme
|
|
|
|
*/
|
|
|
|
#endif /* MAINPAGE_H */
|