Local Data Pool Init #280

Merged
gaisser merged 28 commits from KSat/fsfw:mueller/newLocalDataPools into development 2020-12-08 15:34:30 +01:00
Owner

First variant of local data pools has been written.
Merging #186 first will significantly reduce size of pull request.

The most important function is the new Housekeeping interface which is included in this pull request as well.

Fixes #96 .
Fixes #97 .

More information will follow here

First variant of local data pools has been written. Merging #186 first will significantly reduce size of pull request. The most important function is the new Housekeeping interface which is included in this pull request as well. Fixes #96 . Fixes #97 . More information will follow here
muellerr added the
feature
API Change
labels 2020-12-01 14:48:23 +01:00
gaisser added this to the ASTP 1.0.0 Local pools milestone 2020-12-01 14:50:47 +01:00
muellerr added 1 commit 2020-12-03 12:58:32 +01:00
muellerr added 1 commit 2020-12-03 13:00:15 +01:00
gaisser added 1 commit 2020-12-08 15:18:50 +01:00
gaisser reviewed 2020-12-08 15:21:20 +01:00
@ -650,3 +679,3 @@
size_t receivedDataLen) {
ReturnValue_t result = HasReturnvaluesIF::RETURN_FAILED;
DeviceCommandId_t foundId = 0xFFFFFFFF;
DeviceCommandId_t foundId = 0xffffffff;
Owner

This should be from DeviceHandlerIF NO_COMMAND

This should be from DeviceHandlerIF NO_COMMAND
muellerr marked this conversation as resolved
muellerr added 1 commit 2020-12-08 15:33:46 +01:00
gaisser merged commit 7ff772d9d6 into development 2020-12-08 15:34:30 +01:00
gaisser deleted branch mueller/newLocalDataPools 2020-12-08 15:34:43 +01:00
Sign in to join this conversation.
No description provided.