Files
pvAccess/documentation/mainpage.h
Michael Davidsaver 97e1cd4c69 pvac: add sync. monitor
2017-07-18 17:23:21 +02:00

28 lines
612 B
C

#ifndef MAINPAGE_H
#define MAINPAGE_H
/**
@mainpage pvAccess C++ docs
- [Download](https://sourceforge.net/projects/epics-pvdata/files/)
- @htmlonly <a href="modules.html">API components</a> @endhtmlonly
- @ref pvarelease_notes
- API documentation
- @ref pvac page
- @ref providers page
- @ref pvtools
@section main_examples API usage Examples
- Simple synchronous (blocking) examples
- @ref examples_miniget
- @ref examples_miniput
- @ref examples_minimonitor
- More complete callback based examples
- @ref examples_getme
- @ref examples_putme
- @ref examples_monitorme
*/
#endif /* MAINPAGE_H */