New StoreAccessors and separation of implementation for storagemanager classes #92
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#92
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller_StoreAccessor"
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?
Implements changes from #66 but also introduces new StoreAccessor classes.
It propably would be a good idea to merge #66 first. It should be possible to merge them consecutively without merge conflicts, but if this pull request is merged, #66 should be deleted (this request includes ##66)
I also improved the include guards for the implementation (.tpp) files.
To enable syntax highlighting for the .tpp files follow these steps:
Also includes some ObjectManagerIF #73 changes: new returnvalues for failed initializations, a nullptr check for the get function and improved include to allow for multiple configurations
New StoreAccessors and seperation of implementation for storagemanager classesto New StoreAccessors and separation of implementation for storagemanager classesFixes #68 and fixes #74 . #66 was merged now.