Add AMS Error popup
This commit is contained in:
@ -37,6 +37,9 @@ public:
|
||||
private:
|
||||
DriverViewPresenter();
|
||||
|
||||
void updateProgress();
|
||||
void updateErrorPopup();
|
||||
|
||||
DriverViewView &view;
|
||||
|
||||
DataFieldType fields[3];
|
||||
|
||||
@ -28,6 +28,9 @@ public:
|
||||
void setTSSoC(uint8_t soc);
|
||||
void setProgress(bool active, DriverViewProgressType type, float progress);
|
||||
|
||||
void showAMSError();
|
||||
void clearErrorPopup();
|
||||
|
||||
void selectPrevField() override;
|
||||
void selectNextField() override;
|
||||
void selectPrevFieldType() override;
|
||||
|
||||
Reference in New Issue
Block a user