virtual void joystick_changed(unsigned int pressed_buttons, float *axis_values)
Joystick data changed.
~JoystickRemoteBlackBoardPoster()
Destructor.
virtual void joystick_plugged(char num_axes, char num_buttons)
A (new) joystick has been plugged in.
virtual void joystick_unplugged()
The joystick has been unplugged and is no longer available.
fawkes::JoystickInterface * joystick_if()
Get joystick interface.
fawkes::BlackBoard * blackboard()
Get blackboard.
JoystickRemoteBlackBoardPoster(const char *host, unsigned short int port, fawkes::Logger *logger)
Constructor.
Glue to post new data to a RemoteBlackBoard.