ETrobocon2017 - 片山研究所モデルベース開発推進事業部
|
#include <BasicWalker.h>
公開メンバ関数 | |
BasicWalker () | |
void | spin (int32_t, bool, int32_t) |
void | goStraight (int32_t, int32_t) |
void | backStraight (int32_t, int32_t) |
公開変数類 | |
const bool | SPIN_LEFT = false |
const bool | SPIN_RIGHT = true |
BasicWalker.h の 10 行目に定義があります。
BasicWalker::BasicWalker | ( | ) |
BasicWalker.cpp の 3 行目に定義があります。
void BasicWalker::backStraight | ( | int32_t | forward, |
int32_t | distance | ||
) |
void BasicWalker::goStraight | ( | int32_t | forward, |
int32_t | distance | ||
) |
void BasicWalker::spin | ( | int32_t | forward, |
bool | rotationalDirection, | ||
int32_t | angle | ||
) |
const bool BasicWalker::SPIN_LEFT = false |
BasicWalker.h の 17 行目に定義があります。
const bool BasicWalker::SPIN_RIGHT = true |
BasicWalker.h の 18 行目に定義があります。