OOStuBS - Technische Informatik II (TI-II)  2.4
interrupthandler.h
gehe zur Dokumentation dieser Datei
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2  * Technische Informatik II *
3  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4  * *
5  * I N T E R R U P T _ H A N D L E *
6  * *
7 \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
8 
9 #ifndef __interrupt_handler_include__
10 #define __interrupt_handler_include__
11 
26  public:
46  virtual void trigger() = 0;
47 };
48 
49 #endif