Code has been cleaned and documented. The saving of data to datapool in the InterpreteDeviceReply has been fixed.

This commit is contained in:
2021-09-24 14:19:27 +02:00
parent a8e498ad3a
commit c70fed0aa9
20 changed files with 468 additions and 409 deletions

View File

@ -36,7 +36,6 @@ _obj/linux/debug/mission/DeviceHandler/ArduinoComIF.o: \
fsfw/tmtcservices/../ipc/../objectmanager/SystemObjectIF.h \
fsfw/tmtcservices/../ipc/../objectmanager/../returnvalues/HasReturnvaluesIF.h \
fsfw/tmtcservices/../ipc/../objectmanager/../serviceinterface/ServiceInterfaceStream.h \
mission/DeviceHandler/ArduinoCookie.h fsfw/devicehandlers/CookieIF.h \
fsfw/serialize/SerializeAdapter.h \
fsfw/serialize/../returnvalues/HasReturnvaluesIF.h \
fsfw/serialize/EndianConverter.h fsfw/serialize/../osal/Endiness.h \
@ -85,7 +84,8 @@ _obj/linux/debug/mission/DeviceHandler/ArduinoComIF.o: \
fsfw/tmtcpacket/pus/../../serialize/SerializeIF.h \
fsfw/tmtcpacket/pus/../../storagemanager/StorageManagerIF.h \
fsfw/tmtcpacket/pus/../../internalError/InternalErrorReporterIF.h \
fsfw/tmtcpacket/pus/../../ipc/MessageQueueSenderIF.h
fsfw/tmtcpacket/pus/../../ipc/MessageQueueSenderIF.h \
mission/DeviceHandler/ArduinoCookie.h fsfw/devicehandlers/CookieIF.h
mission/DeviceHandler/ArduinoComIF.h:
fsfw/devicehandlers/DeviceCommunicationIF.h:
fsfw/devicehandlers/CookieIF.h:
@ -125,8 +125,6 @@ fsfw/tmtcservices/../ipc/../objectmanager/frameworkObjects.h:
fsfw/tmtcservices/../ipc/../objectmanager/SystemObjectIF.h:
fsfw/tmtcservices/../ipc/../objectmanager/../returnvalues/HasReturnvaluesIF.h:
fsfw/tmtcservices/../ipc/../objectmanager/../serviceinterface/ServiceInterfaceStream.h:
mission/DeviceHandler/ArduinoCookie.h:
fsfw/devicehandlers/CookieIF.h:
fsfw/serialize/SerializeAdapter.h:
fsfw/serialize/../returnvalues/HasReturnvaluesIF.h:
fsfw/serialize/EndianConverter.h:
@ -179,3 +177,5 @@ fsfw/tmtcpacket/pus/../../serialize/SerializeIF.h:
fsfw/tmtcpacket/pus/../../storagemanager/StorageManagerIF.h:
fsfw/tmtcpacket/pus/../../internalError/InternalErrorReporterIF.h:
fsfw/tmtcpacket/pus/../../ipc/MessageQueueSenderIF.h:
mission/DeviceHandler/ArduinoCookie.h:
fsfw/devicehandlers/CookieIF.h:

View File

@ -170,17 +170,17 @@ _obj/linux/debug/mission/DeviceHandler/ArduinoDeviceHandler.o: \
fsfw/devicehandlers/../datapool/../action/../ipc/MessageQueueIF.h \
fsfw/devicehandlers/../datapool/../events/EventReportingProxyIF.h \
fsfw/globalfunctions/PeriodicOperationDivider.h \
fsfw/timemanager/Countdown.h bsp_linux/fsfwconfig/OBSWConfig.h \
fsfw/datapool/DataSet.h fsfw/datapool/DataPool.h \
fsfw/datapool/PoolEntry.h fsfw/datapool/PoolEntryIF.h \
fsfw/datapool/../globalfunctions/Type.h fsfw/datapool/../ipc/MutexIF.h \
fsfw/datapool/DataSetIF.h fsfw/datapool/PoolRawAccess.h \
fsfw/datapool/PoolVariableIF.h fsfw/datapool/PoolVariable.h \
fsfw/timemanager/Countdown.h fsfw/datapool/DataSet.h \
fsfw/datapool/DataPool.h fsfw/datapool/PoolEntry.h \
fsfw/datapool/PoolEntryIF.h fsfw/datapool/../globalfunctions/Type.h \
fsfw/datapool/../ipc/MutexIF.h fsfw/datapool/DataSetIF.h \
fsfw/datapool/PoolRawAccess.h fsfw/datapool/PoolVariableIF.h \
fsfw/datapool/PoolVariable.h \
fsfw/datapool/../serialize/SerializeAdapter.h \
fsfw/datapool/../serviceinterface/ServiceInterfaceStream.h \
fsfw/datapool/PoolVarList.h fsfw/datapool/PoolVector.h \
fsfw/datapool/PoolVector.h bsp_linux/fsfwconfig/datapool/dataPoolInit.h \
fsfw/datapool/DataPool.h
fsfw/datapool/DataPool.h bsp_linux/fsfwconfig/OBSWConfig.h
mission/DeviceHandler/ArduinoDeviceHandler.h:
fsfw/devicehandlers/DeviceHandlerBase.h:
fsfw/devicehandlers/DeviceHandlerIF.h:
@ -352,7 +352,6 @@ fsfw/devicehandlers/../datapool/../action/../ipc/MessageQueueIF.h:
fsfw/devicehandlers/../datapool/../events/EventReportingProxyIF.h:
fsfw/globalfunctions/PeriodicOperationDivider.h:
fsfw/timemanager/Countdown.h:
bsp_linux/fsfwconfig/OBSWConfig.h:
fsfw/datapool/DataSet.h:
fsfw/datapool/DataPool.h:
fsfw/datapool/PoolEntry.h:
@ -370,3 +369,4 @@ fsfw/datapool/PoolVector.h:
fsfw/datapool/PoolVector.h:
bsp_linux/fsfwconfig/datapool/dataPoolInit.h:
fsfw/datapool/DataPool.h:
bsp_linux/fsfwconfig/OBSWConfig.h:

View File

@ -275,8 +275,27 @@ _obj/linux/debug/mission/core/GenericFactory.o: \
fsfw/devicehandlers/../datapool/../action/../ipc/MessageQueueIF.h \
fsfw/devicehandlers/../datapool/../events/EventReportingProxyIF.h \
fsfw/globalfunctions/PeriodicOperationDivider.h \
fsfw/timemanager/Countdown.h mission/DeviceHandler/ArduinoComIF.h \
fsfw/timemanager/Countdown.h fsfw/datapool/DataSet.h \
fsfw/datapool/DataPool.h fsfw/datapool/DataSetIF.h \
fsfw/datapool/PoolRawAccess.h fsfw/datapool/PoolVariableIF.h \
fsfw/datapool/PoolVariable.h \
fsfw/datapool/../serialize/SerializeAdapter.h \
fsfw/datapool/../serviceinterface/ServiceInterfaceStream.h \
fsfw/datapool/PoolVarList.h fsfw/datapool/PoolVector.h \
fsfw/datapool/PoolVector.h bsp_linux/fsfwconfig/datapool/dataPoolInit.h \
mission/DeviceHandler/ArduinoComIF.h \
fsfw/devicehandlers/DeviceCommunicationIF.h \
fsfw/serialize/SerializeAdapter.h \
fsfw/tmtcservices/CommandingServiceBase.h \
fsfw/tmtcpacket/pus/TmPacketStored.h fsfw/tmtcpacket/pus/TmPacketBase.h \
fsfw/tmtcpacket/pus/../SpacePacketBase.h \
fsfw/tmtcpacket/pus/../../timemanager/TimeStamperIF.h \
fsfw/tmtcpacket/pus/../../timemanager/Clock.h \
fsfw/tmtcpacket/pus/../../objectmanager/SystemObjectIF.h \
fsfw/tmtcpacket/pus/../../serialize/SerializeIF.h \
fsfw/tmtcpacket/pus/../../storagemanager/StorageManagerIF.h \
fsfw/tmtcpacket/pus/../../internalError/InternalErrorReporterIF.h \
fsfw/tmtcpacket/pus/../../ipc/MessageQueueSenderIF.h \
mission/DeviceHandler/ArduinoCookie.h \
mission/Controller/ThermalController.h fsfw/action/HasActionsIF.h \
fsfw/action/SimpleActionHelper.h fsfw/events/EventReportingProxyIF.h \
@ -289,14 +308,7 @@ _obj/linux/debug/mission/core/GenericFactory.o: \
fsfw/controller/../tasks/ExecutableObjectIF.h \
fsfw/controller/../datapool/HkSwitchHelper.h \
fsfw/datapool/ControllerSet.h fsfw/datapool/DataSet.h \
fsfw/datapool/DataPool.h fsfw/datapool/DataSetIF.h \
fsfw/datapool/PoolRawAccess.h fsfw/datapool/PoolVariableIF.h \
fsfw/datapool/PoolVariable.h \
fsfw/datapool/../serialize/SerializeAdapter.h \
fsfw/datapool/../serviceinterface/ServiceInterfaceStream.h \
fsfw/datapool/PoolVarList.h fsfw/datapool/PoolVector.h \
fsfw/datapool/DataSet.h fsfw/datapool/PoolVariable.h \
fsfw/datapool/PoolVector.h fsfw/health/HealthTableIF.h \
fsfw/datapool/PoolVariable.h fsfw/health/HealthTableIF.h \
fsfw/returnvalues/HasReturnvaluesIF.h \
mission/Controller/ArduinoTCSTemperatureSensor.h \
fsfw/thermal/AbstractTemperatureSensor.h \
@ -359,8 +371,7 @@ _obj/linux/debug/mission/core/GenericFactory.o: \
fsfw/thermal/../monitoring/../timemanager/TimeStamperIF.h \
fsfw/thermal/../monitoring/../parameters/HasParametersIF.h \
mission/Controller/TCS_Heater.h fsfw/power/PowerSwitchIF.h \
fsfw/thermal/Heater.h bsp_linux/fsfwconfig/objects/systemObjectList.h \
bsp_linux/fsfwconfig/datapool/dataPoolInit.h
fsfw/thermal/Heater.h bsp_linux/fsfwconfig/objects/systemObjectList.h
mission/core/GenericFactory.h:
bsp_linux/fsfwconfig/OBSWConfig.h:
bsp_linux/fsfwconfig/datapool/dataPoolInit.h:
@ -659,8 +670,32 @@ fsfw/devicehandlers/../datapool/../action/../ipc/MessageQueueIF.h:
fsfw/devicehandlers/../datapool/../events/EventReportingProxyIF.h:
fsfw/globalfunctions/PeriodicOperationDivider.h:
fsfw/timemanager/Countdown.h:
fsfw/datapool/DataSet.h:
fsfw/datapool/DataPool.h:
fsfw/datapool/DataSetIF.h:
fsfw/datapool/PoolRawAccess.h:
fsfw/datapool/PoolVariableIF.h:
fsfw/datapool/PoolVariable.h:
fsfw/datapool/../serialize/SerializeAdapter.h:
fsfw/datapool/../serviceinterface/ServiceInterfaceStream.h:
fsfw/datapool/PoolVarList.h:
fsfw/datapool/PoolVector.h:
fsfw/datapool/PoolVector.h:
bsp_linux/fsfwconfig/datapool/dataPoolInit.h:
mission/DeviceHandler/ArduinoComIF.h:
fsfw/devicehandlers/DeviceCommunicationIF.h:
fsfw/serialize/SerializeAdapter.h:
fsfw/tmtcservices/CommandingServiceBase.h:
fsfw/tmtcpacket/pus/TmPacketStored.h:
fsfw/tmtcpacket/pus/TmPacketBase.h:
fsfw/tmtcpacket/pus/../SpacePacketBase.h:
fsfw/tmtcpacket/pus/../../timemanager/TimeStamperIF.h:
fsfw/tmtcpacket/pus/../../timemanager/Clock.h:
fsfw/tmtcpacket/pus/../../objectmanager/SystemObjectIF.h:
fsfw/tmtcpacket/pus/../../serialize/SerializeIF.h:
fsfw/tmtcpacket/pus/../../storagemanager/StorageManagerIF.h:
fsfw/tmtcpacket/pus/../../internalError/InternalErrorReporterIF.h:
fsfw/tmtcpacket/pus/../../ipc/MessageQueueSenderIF.h:
mission/DeviceHandler/ArduinoCookie.h:
mission/Controller/ThermalController.h:
fsfw/action/HasActionsIF.h:
@ -677,18 +712,7 @@ fsfw/controller/../tasks/ExecutableObjectIF.h:
fsfw/controller/../datapool/HkSwitchHelper.h:
fsfw/datapool/ControllerSet.h:
fsfw/datapool/DataSet.h:
fsfw/datapool/DataPool.h:
fsfw/datapool/DataSetIF.h:
fsfw/datapool/PoolRawAccess.h:
fsfw/datapool/PoolVariableIF.h:
fsfw/datapool/PoolVariable.h:
fsfw/datapool/../serialize/SerializeAdapter.h:
fsfw/datapool/../serviceinterface/ServiceInterfaceStream.h:
fsfw/datapool/PoolVarList.h:
fsfw/datapool/PoolVector.h:
fsfw/datapool/DataSet.h:
fsfw/datapool/PoolVariable.h:
fsfw/datapool/PoolVector.h:
fsfw/health/HealthTableIF.h:
fsfw/returnvalues/HasReturnvaluesIF.h:
mission/Controller/ArduinoTCSTemperatureSensor.h:
@ -762,4 +786,3 @@ mission/Controller/TCS_Heater.h:
fsfw/power/PowerSwitchIF.h:
fsfw/thermal/Heater.h:
bsp_linux/fsfwconfig/objects/systemObjectList.h:
bsp_linux/fsfwconfig/datapool/dataPoolInit.h: