Fawkes API
Fawkes Development Version
|
Simple signal handler for ffjoystick. More...
Public Member Functions | |
JoystickQuitHandler (JoystickAcquisitionThread &aqt) | |
Constructor. More... | |
virtual void | handle_signal (int signal) |
Signal hanlding method. More... | |
![]() | |
virtual | ~SignalHandler () |
Virtual destructor. More... | |
Simple signal handler for ffjoystick.
Definition at line 66 of file ffjoystick.cpp.
|
inline |
Constructor.
aqt | Joystick acquisition thread |
Definition at line 72 of file ffjoystick.cpp.
|
inlinevirtual |
Signal hanlding method.
Implement this method with the action you want to perform on the registered signals.
signum | signal number of triggered signal |
Implements fawkes::SignalHandler.
Definition at line 77 of file ffjoystick.cpp.