tempSensorDummies map
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-01-21 16:51:32 +01:00
parent 4b396884c6
commit fdcd8e2800
5 changed files with 88 additions and 35 deletions

View File

@ -36,7 +36,7 @@ ReturnValue_t Max31865Dummy::initializeLocalDataPool(localpool::DataPool &localD
}
void Max31865Dummy::setTemperature(float temperature) {
set.temperatureCelcius.value = temperature;
set.temperatureCelcius.value = temperature;
}
LocalPoolDataSetBase *Max31865Dummy::getDataSetHandle(sid_t sid) { return &set; }