OOStuBS - Technische Informatik II (TI-II)
2.4
|
Third test application, part 2. Mehr ...
#include <task3B.h>
Öffentliche Methoden | |
virtual void | action () |
prints the line | |
Task3B () | |
Default constructor. | |
virtual | ~Task3B () |
Destructor. |
Third test application, part 2.
This application test the functionality of the implemented interrupt system. It prints the task identification and then repeatedly draws a line in an endless loop. Interrupts from the keyboard are printed onto the screen to a fixed location. This should disturb the drawing of the line.
Task3B::Task3B | ( | ) |
|
virtual |
|
virtual |
prints the line
Implementiert Application.
Definiert in Zeile 67 der Datei task3B.cc.