Gadget
interruptinterface.h
Go to the documentation of this file.
1 #ifndef interruptinterface_h
2 #define interruptinterface_h
3 
9 public:
22  int menu();
23 private:
27  void printMenu();
28 };
29 
30 #endif
This is the class used to communicate with the user after an interrupt.
Definition: interruptinterface.h:8
InterruptInterface()
This is the InterruptInterface constructor.
Definition: interruptinterface.h:13
int menu()
This is the function used to communicate with the user.
Definition: interruptinterface.cc:21
~InterruptInterface()
This is the default InterruptInterface destructor.
Definition: interruptinterface.h:17