Added new classes and menu item for BMW i3
This commit is contained in:
13
CarBmwI3.h
Normal file
13
CarBmwI3.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "CarInterface.h"
|
||||
|
||||
class CarBmwI3 : public CarInterface {
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
void activateCommandQueue() override;
|
||||
void parseRowMerged() override;
|
||||
void loadTestData() override;
|
||||
};
|
||||
Reference in New Issue
Block a user