#ifndef MAINPAGE_H #define MAINPAGE_H /** @mainpage pvAccess C++ docs The epics::pvAccess namespace. See pv/pvAccess.h header. @code #include #include #include @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 */