Files
evDash/CarKiaDebugObd2.h
Lubos Petrovic f3d64e938d Refactoring
2020-11-30 23:41:12 +01:00

17 lines
301 B
C++

#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