.gitmodulesCMakeLists.txt
bsp_hosted
InitMission.cppObjectFactory.cpp
comIF
fsfwconfig
main.cppbsp_q7s
bsp_te0720_1cfa
dummies
AcuDummy.cppAcuDummy.hBpxDummy.cppBpxDummy.hCMakeLists.txtComCookieDummy.cppComCookieDummy.hComIFDummy.cppComIFDummy.hCoreControllerDummy.cppCoreControllerDummy.hGyroAdisDummy.cppGyroAdisDummy.hGyroL3GD20Dummy.cppGyroL3GD20Dummy.hImtqDummy.cppImtqDummy.hMgmLIS3MDLDummy.cppMgmLIS3MDLDummy.hP60DockDummy.cppP60DockDummy.hPduDummy.cppPduDummy.hPlPcduDummy.cppPlPcduDummy.hRwDummy.cppRwDummy.hStarTrackerDummy.cppStarTrackerDummy.hSusDummy.cppSusDummy.hSyrlinksDummy.cppSyrlinksDummy.hTemperatureSensorsDummy.cppTemperatureSensorsDummy.h
fsfwgenerators
bsp_q7s_events.csvbsp_q7s_objects.csvbsp_q7s_returnvalues.csv
deps
events
fsfwgengen.pyobjects
returnvalues
linux
misc/eclipse/host
mission
controller
core
devices
ACUHandler.cppGomspaceDeviceHandler.cppHeaterHandler.hIMTQHandler.cppMax31865EiveHandler.cppP60DockHandler.cppRadiationSensorHandler.cppRwHandler.cppSusHandler.cppSyrlinksHkHandler.cppSyrlinksHkHandler.hTmp1075Handler.cpp
devicedefinitions
max1227.cppmax1227.htmtc
utility
scripts
tmtcunittest
@ -8,6 +8,7 @@
|
||||
#include <fsfw_hal/linux/spi/SpiCookie.h>
|
||||
#include <linux/callbacks/gpioCallbacks.h>
|
||||
#include <linux/devices/Max31865RtdLowlevelHandler.h>
|
||||
#include <mission/controller/ThermalController.h>
|
||||
#include <mission/devices/Max31865EiveHandler.h>
|
||||
#include <mission/devices/Max31865PT1000Handler.h>
|
||||
#include <mission/devices/SusHandler.h>
|
||||
@ -319,6 +320,10 @@ void ObjectFactory::createRtdComponents(std::string spiDev, GpioIF* gpioComIF,
|
||||
#endif // OBSW_ADD_RTD_DEVICES == 1
|
||||
}
|
||||
|
||||
void ObjectFactory::createThermalController() {
|
||||
new ThermalController(objects::THERMAL_CONTROLLER, objects::NO_OBJECT);
|
||||
}
|
||||
|
||||
void ObjectFactory::gpioChecker(ReturnValue_t result, std::string output) {
|
||||
if (result != HasReturnvaluesIF::RETURN_OK) {
|
||||
sif::error << "ObjectFactory: Adding GPIOs failed for " << output << std::endl;
|
||||
|
Reference in New Issue
Block a user