1 #ifndef interruptinterface_h
2 #define interruptinterface_h
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