#include <LeftNormalCourse.h>
LコースのNormalCourseの処理を行うクラス
LeftNormalCourse.h の 30 行目に定義があります。
◆ LeftNormalCourse()
LeftNormalCourse::LeftNormalCourse |
( |
| ) |
|
◆ getStatus()
int LeftNormalCourse::getStatus |
( |
| ) |
|
◆ runNormalCourse()
bool LeftNormalCourse::runNormalCourse |
( |
int32_t |
countL, |
|
|
int32_t |
countR, |
|
|
int8_t |
light_value |
|
) |
| |
◆ statusCheck()
bool LeftNormalCourse::statusCheck |
( |
int32_t |
countL, |
|
|
int32_t |
countR |
|
) |
| |
現在の走行場所の状態を設定する
- 引数
-
[in] | countL | 左タイヤの回転角 |
[in] | countR | 右タイヤの回転角 |
- 戻り値
- 走行場所の状態が変わったかどうか
LeftNormalCourse.cpp の 77 行目に定義があります。
このクラス詳解は次のファイルから抽出されました: