Refactoring

This commit is contained in:
Lubos Petrovic
2020-11-30 23:27:42 +01:00
parent 0bfac0e76f
commit f3d64e938d
26 changed files with 2137 additions and 2073 deletions

16
CarKiaDebugObd2.h Normal file
View File

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