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