Zoe, SOH/SOC/AUX V
This commit is contained in:
16
CarRenaultZoe.h
Normal file
16
CarRenaultZoe.h
Normal 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
|
||||
Reference in New Issue
Block a user