.gitmodulesCHANGELOG.mdCMakeLists.txt
bsp_egse
bsp_hosted
bsp_linux_board
bsp_q7s
OBSWConfig.h.in
boardtest
callbacks
core
fmObjectFactory.cppmemory
FileSystemHandler.cppFilesystemHelper.cppFilesystemHelper.hSdCardManager.cppSdCardManager.hscratchApi.cppscratchApi.h
xadc
bsp_te0720_1cfa
common/config
dummies
AcuDummy.cppBpxDummy.cppComIFDummy.cppCoreControllerDummy.cppGyroAdisDummy.cppGyroL3GD20Dummy.cppImtqDummy.cppMgmLIS3MDLDummy.cppP60DockDummy.cppPduDummy.cppPlPcduDummy.cppRwDummy.cppStarTrackerDummy.cppSusDummy.cppSyrlinksDummy.cppTemperatureSensorsDummy.cpp
fsfwgenerators
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
events
objects
pollingsequence
obc
AxiPtmeConfig.cppAxiPtmeConfig.hPapbVcInterface.cppPapbVcInterface.hPdecConfig.hPdecHandler.cppPdecHandler.hPtme.cppPtme.hPtmeConfig.cppPtmeConfig.hPtmeIF.hVcInterfaceIF.h
utility
mission
CMakeLists.txt
controller
core
csp
devices
ACUHandler.cppACUHandler.hBpxBatteryHandler.cppGPSHyperionHandler.cppGomspaceDeviceHandler.cppGomspaceDeviceHandler.hGyroADIS1650XHandler.cppHeaterHandler.cppHeaterHandler.hIMTQHandler.cppIMTQHandler.hMax31865EiveHandler.cppMax31865PT1000Handler.cppP60DockHandler.cppP60DockHandler.hPCDUHandler.cppPCDUHandler.hPDU1Handler.cppPDU1Handler.hPDU2Handler.cppPDU2Handler.hPayloadPcduHandler.cppRadiationSensorHandler.cppRwHandler.cppRwHandler.hSolarArrayDeploymentHandler.cppSolarArrayDeploymentHandler.hSusHandler.cppSyrlinksHkHandler.cppSyrlinksHkHandler.hTmp1075Handler.cpp
devicedefinitions
memory
system
fdir
objects
tmtc
CCSDSHandler.cppCCSDSHandler.hCMakeLists.txtTmFunnel.cppTmFunnel.hVirtualChannel.cppVirtualChannel.h
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
@ -11,8 +11,8 @@ DualLanePowerStateMachine::DualLanePowerStateMachine(power::Switch_t switchA,
|
||||
|
||||
power::OpCodes DualLanePowerStateMachine::fsm() {
|
||||
using namespace duallane;
|
||||
ReturnValue_t switchStateA = RETURN_OK;
|
||||
ReturnValue_t switchStateB = RETURN_OK;
|
||||
ReturnValue_t switchStateA = returnvalue::OK;
|
||||
ReturnValue_t switchStateB = returnvalue::OK;
|
||||
if (state == power::States::IDLE or state == power::States::MODE_COMMANDING) {
|
||||
return opResult;
|
||||
}
|
||||
|
Reference in New Issue
Block a user