#include "wheelCtrl.h"
Go to the source code of this file.
Classes | |
struct | bodyInfo_t |
筐体情報の管理 More... | |
Defines | |
#define | BODY_TREAD_MM 290.7 |
#define | DEFAULT_WHL_RIGHT WHL_CW_BACK |
#define | DEFAULT_WHL_LEFT WHL_CW_BACK |
Enumerations | |
enum | MtrDirSettings { WHL_CW_FWD = +1, WHL_CW_BACK = -1, BODY_WHL_RIGHT = 0, BODY_WHL_LEFT = 1, DIV2VEL_CONST_SHIFT = 4 } |
Functions | |
void | initBodyInfo (bodyInfo_t *body, wheelInfo_t *right, wheelInfo_t *left) |
int | change_bodyDiv2Whl (int div16_vel, bodyInfo_t *body) |
void | setBodyMove (bodyInfo_t *body, int straight_mm_vel, int rotate_div16_vel) |
Variables | |
BEGIN_C_DECLS | |
END_C_DECLS |
$Id$
Definition in file bodyCtrl.h.
enum MtrDirSettings |
Definition at line 27 of file bodyCtrl.h.