OOStuBS - Technische Informatik II (TI-II)
2.4
|
Basis of OOStuBs-Applications. Mehr ...
#include <appl.h>
Öffentliche Methoden | |
virtual void | action ()=0 |
Start the application. | |
![]() | |
Customer () | |
Default Constructor. | |
Waitingroom * | waiting_in () const |
Gets the room this thread is waiting in. | |
![]() | |
void | exit () |
Thread () | |
void | yield () |
~Thread () | |
![]() | |
Element () |
Basis of OOStuBs-Applications.
This class defines the only application used by oo-StuBS. Every application class is derived from this class.
|
pure virtual |
Start the application.
This method must be overwritten by the derived class.
Implementiert Thread.
Implementiert in Task1, Task4, Task4::Counter, Task3A, Task4::RotCursor, Task3B, Task5 und Task2.