Keyboard Application.
More...
#include <user/app2/kappl.h>
|
| | KeyboardApplication () |
| | Constructor.
|
| |
| void | action () override |
| | Contains the application code.
|
| |
| | Thread () |
| | Constructor Initializes the context using prepareContext with the highest aligned address of the reserved_stack_space array as stack pointer (top of stack). Furthermore, assign each thread a unique id using a global variable idCounter. You have to declare and initialize it properly.
|
| |
| void | go () |
| | Activates the first thread on this CPU.
|
| |
| void | resume (Thread *next) |
| | Switches from the currently running thread to the next one.
|
| |
◆ KeyboardApplication() [1/2]
◆ KeyboardApplication() [2/2]
| KeyboardApplication::KeyboardApplication |
( |
| ) |
|
|
inline |
◆ operator=()
◆ action()
| void KeyboardApplication::action |
( |
| ) |
|
|
overridevirtual |
Contains the application code.
Implements Thread.
The documentation for this class was generated from the following files: