Files
pvAccess/documentation/mainpage.h
Michael Davidsaver 9a9896042a more doc
2017-06-20 15:33:36 +02:00

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