OOStuBS - Technische Informatik II (TI-II)
2.4
|
Second test application. Mehr ...
#include <task2.h>
Öffentliche Methoden | |
virtual void | action () |
prints the line | |
Task2 () | |
Default constructor. |
Second test application.
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.
Task2::Task2 | ( | ) |
|
virtual |
prints the line
Implementiert Application.
Definiert in Zeile 21 der Datei task2.cc.