Refactoring
This commit is contained in:
16
CarKiaDebugObd2.h
Normal file
16
CarKiaDebugObd2.h
Normal 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
|
||||
Reference in New Issue
Block a user