Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
+ Inheritance diagram for PC:
+ Collaboration diagram for PC:

Public Member Functions

 PC (const char *image="pc.png")
 
void boot ()
 Print the PC.
 
void action ()
 Method that contains the thread's program code. More...
 
- Public Member Functions inherited from Thread

Additional Inherited Members

- Public Attributes inherited from Thread
- Static Public Attributes inherited from Thread
- Static Protected Member Functions inherited from Thread
- Protected Attributes inherited from Thread

Member Function Documentation

◆ action()

void PC::action ( )
virtual

Method that contains the thread's program code.

Derived classes are meant to override this method to provide meaningful code to be run in this thread.

Implements Thread.


The documentation for this class was generated from the following files:
  • user/graphics/pc.h
  • user/graphics/pc.cc