OOStuBS - Technische Informatik II (TI-II)
2.4
|
Fifth test Application. Mehr ...
#include <task5.h>
Öffentliche Methoden | |
virtual void | action () |
Functionality of the fifth test application. | |
Task5 () | |
Default Constructor. | |
![]() | |
void | enableCoop () |
switch sub tasks to cooperative scheduling | |
Task4 () | |
Default Constructor. | |
~Task4 () | |
Default Destructor. |
Private Attribute | |
Parser | cmdLine |
JobManager | jobs |
Weitere Geerbte Elemente | |
![]() | |
enum | Constants { rotCursorX = 79, rotCursorY = 0, counter1X = 10, counter1Y = 10, counter2X = 10, counter2Y = 15 } |
![]() | |
bool | coop |
Counter | counter1 |
Application for a printed out counter. | |
Counter | counter2 |
Application for a printed out counter. | |
RotCursor | rotCursor |
Application for a rotating symbol. |
Fifth test Application.
This application shows the usage of blocking system calls to synchornize I/O-operations with individual threads.
|
virtual |
|
private |