temp
This commit is contained in:
parent
48c29855ca
commit
dd9d15f48c
@ -15,8 +15,8 @@ public:
|
|||||||
void disconnect(); // 断开连接
|
void disconnect(); // 断开连接
|
||||||
|
|
||||||
// 让外部可以访问最新的 gear 和 speed
|
// 让外部可以访问最新的 gear 和 speed
|
||||||
int getGear() const { return gear; }
|
int getGear() const;
|
||||||
double getSpeed() const { return speed; }
|
double getSpeed() const;
|
||||||
void checkTimeout(std::chrono::seconds timeout);
|
void checkTimeout(std::chrono::seconds timeout);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user