Files
evDash/CarInterface.cpp
Lubos Petrovic d1b0422c5e pragma
2020-12-20 16:07:13 +01:00

19 lines
263 B
C++

#include "CarInterface.h"
#include "LiveData.h"
void CarInterface::setLiveData(LiveData* pLiveData) {
liveData = pLiveData;
}
void CarInterface::activateCommandQueue() {
}
void CarInterface::parseRowMerged() {
}
void CarInterface::loadTestData() {
}