CFDP Update #682
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.
Depends on
You do not have permission to read 2 dependencies
Reference: fsfw/fsfw#682
Loading…
Reference in New Issue
No description provided.
Delete Branch "mueller/cfdp-update-without-handlers"
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?
A lot of refactoring and improvements which happended during implementation of the CFDP source and destination handlers.
The handlers itself are not included yet.
Changelog contains more details.
This PR was the baseline for the following successful end-to-end tests with a corresponding Python client:
Mainly new feature CFDP. Small linter fixes in other files. LGTM
@ -0,0 +21,4 @@
ReturnValue_t rename(const char *oldPath, const char *newPath, FileSystemArgsIF *args) override;
std::error_code errorCode;
using HasFileSystemIF::createDirectory;
Check for same issue as #685