qpcpp/doxygen/ports_os.dox
Quantum Leaps 8601e4bc74 5.6.2
2016-04-01 13:55:34 -04:00

51 lines
1.4 KiB
Plaintext

namespace QP {
/*! @page ports_os Ports to Third-Party OS
- @subpage posix (Linux, embedded-Linux, BSD, etc.)
- @subpage qt (Windows, Linux, Mac OS-X, Android, etc.)
- @subpage win32 API (Windows)
- @subpage win32-qv (Windows with QV)
*/
/*##########################################################################*/
/*! @page posix POSIX
The Quantum Leaps Application Note <a class="pdf" target="_blank" href="http://www.state-machine.com/doc/AN_QP_and_POSIX.pdf"><strong>QP and POSIX</strong></a> describes the QP port to the POSIX 1003.1cn1995 standard.
@htmlonly
<div class="image">
<a target="_blank" href="http://www.state-machine.com/doc/AN_QP_and_POSIX.pdf"><img border="0" src="img/AN.jpg" title="Download PDF"></a>
<div class="caption">
Application Note: QP and POSIX
</div>
</div>
@endhtmlonly
The standard QP/C++ distribution contains the POSIX port and @ref exa_posix "Example Projects for POSIX".
*/
/*##########################################################################*/
/*! @page qt Qt GUI Framework
@image html logo_qt.jpg
@image html under_construction.jpg
*/
/*##########################################################################*/
/*! @page win32 Win32 API (Windows)
@image html under_construction.jpg
*/
/*##########################################################################*/
/*! @page win32-qv Win32-QV (Windows with QV)
@image html under_construction.jpg
*/
} // namespace QP