#include "JoystickData.h"
#include "Platform/SystemCall.h"
#include "Representations/Motion/MotionRequest.h"
Include dependency graph for JoystickData.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, JoystickData &joystickData) |
Streaming operator that reads a JoystickData from a stream. | |
Out & | operator<< (Out &stream, const JoystickData &joystickData) |
Streaming operator that writes a JoystickData to a stream. |
Definition in file JoystickData.cpp.
|
Streaming operator that reads a JoystickData from a stream.
Definition at line 17 of file JoystickData.cpp. |
|
Streaming operator that writes a JoystickData to a stream.
Definition at line 27 of file JoystickData.cpp. |