Local Data Pool Init #280
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#280
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/newLocalDataPools"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@ -650,3 +679,3 @@
size_t receivedDataLen) {
ReturnValue_t result = HasReturnvaluesIF::RETURN_FAILED;
DeviceCommandId_t foundId = 0xFFFFFFFF;
DeviceCommandId_t foundId = 0xffffffff;
This should be from DeviceHandlerIF NO_COMMAND
NO_COMMAND
bd1137d089