add vorgabe06
This commit is contained in:
22
c_os/user/LoopThread.cc
Executable file
22
c_os/user/LoopThread.cc
Executable file
@ -0,0 +1,22 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* L O O P T H R E A D *
|
||||
* *
|
||||
*---------------------------------------------------------------------------*
|
||||
* Beschreibung: Demo eines Threads. Schleife die Zahlen ausgibt. *
|
||||
*****************************************************************************/
|
||||
|
||||
#include "user/LoopThread.h"
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
* Methode: LoopThread::run *
|
||||
*---------------------------------------------------------------------------*
|
||||
* Beschreibung: Code des Threads. *
|
||||
*****************************************************************************/
|
||||
void LoopThread::run () {
|
||||
|
||||
/* Hier muss Code eingefuegt werden */
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user