ETrobocon2017 - 片山研究所モデルベース開発推進事業部
UserInterface.h
[詳解]
1 
15 #ifndef __USER_INTERFACE__
16 #define __USER_INTERFACE__
17 
18 #include "FirstCode.h"
19 #include "ev3api.h"
20 #include "util.h"
21 
22 
27 public:
33  void inputFirstCode();
34 
41  int32_t getFirstCode();
42 
43 private:
51  char* getCurrentDigitText( int8_t );
52 
56  FirstCode firstCode;
57 };
58 
59 
60 #endif
走行体が走り出す前にユーザが入力するインターフェースを提供するクラス
Definition: UserInterface.h:26
void inputFirstCode()
初期位置コードクラス
Definition: FirstCode.h:14
初期位置コードクラス
int32_t getFirstCode()