Zoe, SOH/SOC/AUX V

This commit is contained in:
Lubos Petrovic
2020-12-02 13:23:59 +01:00
parent 001896c79a
commit 82bdaefa2d
6 changed files with 461 additions and 5 deletions

16
CarRenaultZoe.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef CARRENAULTZOE_H
#define CARRENAULTZOE_H
#include "CarInterface.h"
class CarRenaultZoe : public CarInterface {
private:
public:
void activateCommandQueue() override;
void parseRowMerged() override;
void loadTestData() override;
};
#endif // CARRENAULTZOE_H