.gitmodulesCHANGELOG.mdCMakeLists.txt
bsp_egse
bsp_hosted
bsp_linux_board
bsp_q7s
OBSWConfig.h.in
boardtest
callbacks
core
memory
FileSystemHandler.cppFilesystemHelper.cppFilesystemHelper.hSdCardManager.cppSdCardManager.hscratchApi.cppscratchApi.h
xadc
bsp_te0720_1cfa
dummies
AcuDummy.cppBpxDummy.cppComIFDummy.cppCoreControllerDummy.cppGyroAdisDummy.cppGyroL3GD20Dummy.cppImtqDummy.cppMgmLIS3MDLDummy.cppP60DockDummy.cppPduDummy.cppPlPcduDummy.cppRwDummy.cppStarTrackerDummy.cppSusDummy.cppSyrlinksDummy.cppTemperatureSensorsDummy.cpp
fsfwgenerators/deps
linux
ObjectFactory.cppObjectFactory.h
boardtest
csp
devices
GPSHyperionLinuxController.cppMax31865RtdLowlevelHandler.cpp
devicedefinitions
MPSoCReturnValuesIF.hPlocMPSoCDefinitions.hPlocSupervisorDefinitions.hStarTrackerDefinitions.hSupvReturnValuesIF.h
ploc
PlocMPSoCHandler.cppPlocMPSoCHandler.hPlocMPSoCHelper.cppPlocMPSoCHelper.hPlocMemoryDumper.cppPlocMemoryDumper.hPlocSupervisorHandler.cppPlocSupervisorHandler.hPlocSupvHelper.cppPlocSupvHelper.h
startracker
fsfwconfig
pollingsequence
obc
AxiPtmeConfig.cppAxiPtmeConfig.hPapbVcInterface.cppPapbVcInterface.hPdecConfig.hPdecHandler.cppPdecHandler.hPtme.cppPtme.hPtmeConfig.cppPtmeConfig.hPtmeIF.hVcInterfaceIF.h
utility
mission
CMakeLists.txt
controller
csp
devices
ACUHandler.cppACUHandler.hBpxBatteryHandler.cppGPSHyperionHandler.cppGomspaceDeviceHandler.cppGomspaceDeviceHandler.hGyroADIS1650XHandler.cppHeaterHandler.cppHeaterHandler.hIMTQHandler.cppMax31865EiveHandler.cppMax31865PT1000Handler.cppP60DockHandler.cppP60DockHandler.hPCDUHandler.cppPDU1Handler.cppPDU1Handler.hPDU2Handler.cppPDU2Handler.hPayloadPcduHandler.cppRadiationSensorHandler.cppRwHandler.cppRwHandler.hSolarArrayDeploymentHandler.cppSolarArrayDeploymentHandler.hSusHandler.cppSyrlinksHkHandler.cppSyrlinksHkHandler.hTmp1075Handler.cpp
devicedefinitions
memory
system
AcsBoardAssembly.cppDualLaneAssemblyBase.cppDualLanePowerStateMachine.cppPowerStateMachineBase.hRwAssembly.cppSusAssembly.cppTcsBoardAssembly.cpp
fdir
tmtc
utility
scripts
test
thirdparty
gomspace-sw
tmtclibcsp
CMakeLists.txt
bindings
python
libcsp
doc
example.rsthistory.rstinterfaces.rstlibcsp.rstmemory.rstmtu.rstprotocolstack.rststructure.rsttopology.rst
examples
csp_if_fifo.ccsp_if_fifo_windows.ckiss.cpython_bindings_example_client.pypython_bindings_example_client_can.pypython_bindings_example_server.pysimple.czmqproxy.c
include
CMakeLists.txt
libcsp.mkcsp
src
CMakeLists.txt
arch
CMakeLists.txt
freertos
macosx
posix
CMakeLists.txtcsp_malloc.ccsp_queue.ccsp_semaphore.ccsp_system.ccsp_thread.ccsp_time.cpthread_queue.c
windows
bindings
python
crypto
csp_bridge.ccsp_buffer.ccsp_conn.ccsp_conn.hcsp_crc32.ccsp_debug.ccsp_dedup.ccsp_dedup.hcsp_endian.ccsp_hex_dump.ccsp_iflist.ccsp_io.ccsp_io.hcsp_port.ccsp_port.hcsp_promisc.ccsp_promisc.hcsp_qfifo.ccsp_qfifo.hcsp_route.ccsp_route.hcsp_service_handler.ccsp_services.ccsp_sfp.cdrivers
interfaces
rtable
transport
utils
unittest
@ -340,7 +340,7 @@ void ObjectFactory::createThermalController() {
|
||||
void ObjectFactory::createAcsController() { new AcsController(objects::ACS_CONTROLLER); }
|
||||
|
||||
void ObjectFactory::gpioChecker(ReturnValue_t result, std::string output) {
|
||||
if (result != HasReturnvaluesIF::RETURN_OK) {
|
||||
if (result != returnvalue::OK) {
|
||||
sif::error << "ObjectFactory: Adding GPIOs failed for " << output << std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user