5 #include "../enumCode.h" 9 static void motorMoveTo(HWND
id,
float steeringWheelAngle,
float speed);
12 static std::shared_ptr<std::thread> s_thread;
13 static bool s_runningEnable;
15 static void motorMoveToFun(HWND
id,
float steeringWheelAngle,
float speed);
Definition: motorControl.h:6
static void motorStopMove()
Definition: motorControl.cc:253
static void motorMoveTo(HWND id, float steeringWheelAngle, float speed)
Definition: motorControl.cc:246