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

Third test application, part 2. Mehr ...

#include <task3B.h>

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

Öffentliche Methoden

virtual void action ()
 prints the line
 Task3B ()
 Default constructor.
virtual ~Task3B ()
 Destructor.

Ausführliche Beschreibung

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.

Definiert in Zeile 27 der Datei task3B.h.

Beschreibung der Konstruktoren und Destruktoren

Task3B::Task3B ( )

Default constructor.

prints task information and enables interrupts

Definiert in Zeile 26 der Datei task3B.cc.

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

Task3B::~Task3B ( )
virtual

Destructor.

disables interrupts, should never be called due to the endless loop

Definiert in Zeile 31 der Datei task3B.cc.

Dokumentation der Elementfunktionen

void Task3B::action ( )
virtual

prints the line

Implementiert Application.

Definiert in Zeile 67 der Datei task3B.cc.

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


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