Refactoring
This commit is contained in:
23
CarInterface.cpp
Normal file
23
CarInterface.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef CARINTERFACE_CPP
|
||||
#define CARINTERFACE_CPP
|
||||
|
||||
#include "CarInterface.h"
|
||||
#include "LiveData.h"
|
||||
|
||||
void CarInterface::setLiveData(LiveData* pLiveData) {
|
||||
this->liveData = pLiveData;
|
||||
}
|
||||
|
||||
void CarInterface::activateCommandQueue() {
|
||||
|
||||
}
|
||||
|
||||
void CarInterface::parseRowMerged() {
|
||||
|
||||
}
|
||||
|
||||
void CarInterface::loadTestData() {
|
||||
|
||||
}
|
||||
|
||||
#endif // CARINTERFACE_CPP
|
||||
Reference in New Issue
Block a user