Files
pvAccess/documentation/mainpage.h
Michael Davidsaver 146fbbc719 add pva/server.h
2018-06-29 16:55:27 -07:00

29 lines
654 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 pvas 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
- @ref examples_mailbox
*/
#endif /* MAINPAGE_H */