Added Kia Niro PHEV 8.9
This commit is contained in:
16
CarKiaNiroPhev.h
Normal file
16
CarKiaNiroPhev.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef CARKIANIROPHEV_H
|
||||
#define CARKIANIROPHEV_H
|
||||
|
||||
#include "CarInterface.h"
|
||||
|
||||
class CarKiaNiroPhev: public CarInterface {
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
void activateCommandQueue() override;
|
||||
void parseRowMerged() override;
|
||||
void loadTestData() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user