Files
evDash/CarKiaDebugObd2.h
Lubos Petrovic cfdd76df0a update
2020-12-07 11:53:12 +01:00

17 lines
303 B
C++

#ifndef CARKIADEBUGOBD2_H
#define CARKIADEBUGOBD2_H
#include "CarInterface.h"
class CarKiaDebugObd2 : public CarInterface {
protected:
public:
void activateCommandQueue() override;
void parseRowMerged() override;
void loadTestData() override;
};
#endif // CARKIADEBUGOBD2_H