merged AI doc, some new pages
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
\~english
|
||||
|
||||
Many novice programmers are solved many common task with system integrity: output to console,
|
||||
keyboard buttons press detecting, working with serial ports, ethernet or files, and many other.
|
||||
These tasks can solve this library, and code, based only on PIP will be compile and work
|
||||
similar on many systems: Windows, any Linux, Red Hat, FreeBSD, MacOS X and QNX.
|
||||
Many novice programmers face common tasks when interacting with the system: output to console,
|
||||
detecting keyboard presses, working with serial ports, ethernet or files, and more.
|
||||
This library addresses these tasks; code based on PIP will compile and work
|
||||
similarly on many systems: Windows, any Linux, Red Hat, FreeBSD, MacOS X and QNX.
|
||||
Typical application on PIP looks like this: \n
|
||||
|
||||
\~russian
|
||||
@@ -112,17 +112,17 @@ int main(int argc, char * argv[]) {
|
||||
This code demonstrates simple interactive configurable program, which can be started with console
|
||||
display or not, and with debug or not. \b MainClass is central class that also can be inherited from
|
||||
\a PIThread and reimplement \a run() function.
|
||||
\n Many PIP classes has events and event handlers, which can be connected one to another.
|
||||
\n Many PIP classes have events and event handlers, which can be connected one to another.
|
||||
Details you can see at \a PIObject reference page (\ref PIObject_sec0).
|
||||
\n To configure your program from file use \a PIConfig.
|
||||
\n If you want more information see \ref using_advanced
|
||||
\n To configure your program from file use \a PIConfig (see \ref config).
|
||||
\n For more topics see \ref using_advanced.
|
||||
|
||||
\~russian
|
||||
|
||||
Этот код демонстрирует простую конфигурируемую программу, которая может быть запущена с
|
||||
This code demonstrates simple interactive configurable program, which can be started with console
|
||||
display or not, and with debug or not. \b MainClass is central class that also can be inherited from
|
||||
\a PIThread and reimplement \a run() function.
|
||||
\n Many PIP classes has events and event handlers, which can be connected one to another.
|
||||
Details you can see at \a PIObject reference page (\ref PIObject_sec0).
|
||||
\n To configure your program from file use \a PIConfig.
|
||||
консолью или без неё, с отладочным выводом или без. \b MainClass — центральный класс, который
|
||||
также может быть унаследован от \a PIThread с переопределением \a run().
|
||||
\n У многих классов PIP есть события и обработчики, которые можно связывать между собой.
|
||||
Подробности — на странице \a PIObject (\ref PIObject_sec0).
|
||||
\n Для настройки приложения из файла используйте \a PIConfig (см. \ref config).
|
||||
\n Дополнительные темы — на странице \ref using_advanced.
|
||||
|
||||
Reference in New Issue
Block a user