etrobocon2018 feat.KatLab  770af34cce41ae9c30c41303275e1add2daae0c3 (with uncommitted changes)
 全て クラス 名前空間 ファイル 関数 変数 列挙型 列挙値 フレンド マクロ定義 ページ
クラス | 列挙型
RightNormalCourse.h ファイル

RコースのNormalCourseの処理を行うクラス [詳解]

#include "NormalCourse.h"
RightNormalCourse.h の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  RightNormalCourse
 

列挙型

enum  RightStatus {
  RightStatus::STRAIGHT_LONG, RightStatus::STRAIGHT_SHORT, RightStatus::CURVE_INSIDE_LONG, RightStatus::CURVE_INSIDE_SHORT,
  RightStatus::CURVE_OUTSIDE, RightStatus::SLOW, RightStatus::START, RightStatus::TRANSFER_ZONE,
  RightStatus::SLOW_DOWN, RightStatus::STOP
}
 

詳解

RコースのNormalCourseの処理を行うクラス

著者
Futa HIRAKOBA

RightNormalCourse.h に定義があります。

列挙型詳解

enum RightStatus
strong

走行場所の状態を保持する列挙型

列挙値
STRAIGHT_LONG 
STRAIGHT_SHORT 
CURVE_INSIDE_LONG 
CURVE_INSIDE_SHORT 
CURVE_OUTSIDE 
SLOW 
START 
TRANSFER_ZONE 
SLOW_DOWN 
STOP 

RightNormalCourse.h15 行目に定義があります。