ETrobocon2017 - 片山研究所モデルベース開発推進事業部
str
apps
include
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
26
class
UserInterface
{
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
UserInterface
走行体が走り出す前にユーザが入力するインターフェースを提供するクラス
Definition:
UserInterface.h:26
UserInterface::inputFirstCode
void inputFirstCode()
Definition:
UserInterface.cpp:9
FirstCode
初期位置コードクラス
Definition:
FirstCode.h:14
util.h
FirstCode.h
初期位置コードクラス
UserInterface::getFirstCode
int32_t getFirstCode()
Definition:
UserInterface.cpp:75
構築:
1.8.13