OOStuBS - Technische Informatik II (TI-II)  2.4
Öffentliche Methoden | Aufstellung aller Elemente
Task2 Klassenreferenz

Second test application. Mehr ...

#include <task2.h>

Klassendiagramm für Task2:
Inheritance graph
[Legende]
Zusammengehörigkeiten von Task2:
Collaboration graph
[Legende]

Öffentliche Methoden

virtual void action ()
 prints the line
 Task2 ()
 Default constructor.

Ausführliche Beschreibung

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.

Definiert in Zeile 29 der Datei task2.h.

Beschreibung der Konstruktoren und Destruktoren

Task2::Task2 ( )

Default constructor.

prints task information and enables interrupts

Definiert in Zeile 14 der Datei task2.cc.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Dokumentation der Elementfunktionen

void Task2::action ( )
virtual

prints the line

Implementiert Application.

Definiert in Zeile 21 der Datei task2.cc.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: