Update TS SoC & min cell voltage on AMS Status msg
This commit is contained in:
@ -27,6 +27,8 @@ public:
|
||||
|
||||
virtual ~DriverViewPresenter(){};
|
||||
|
||||
void amsUpdated() override;
|
||||
|
||||
private:
|
||||
DriverViewPresenter();
|
||||
|
||||
|
||||
@ -13,6 +13,8 @@ public:
|
||||
virtual void tearDownScreen();
|
||||
|
||||
void setTireTemps(const TireTemps &temps);
|
||||
void setTSSoC(uint8_t soc);
|
||||
void setMinCellVolt(float v);
|
||||
|
||||
protected:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user