SerialBufferAdapter refactoring #677
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.
Blocks
Reference: fsfw/fsfw#677
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mueller/refactor-serial-buffer-adapter"
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?
setBuffer
tosetConstBuffer
. This makes it a bit clearer that only the read only portion of the serial buffer adapter is set. Also avoids some const casts in the framework code. Framework internally, the API does not have to expect a non-const pointer from what I have seen. If this API becomes necessary in the future, it could be added with the namesetBuffer
rename setBuffer to setConstBufferto Change setBuffer to setConstBufferChange setBuffer to setConstBufferto SerialBufferAdapter refactorSerialBufferAdapter refactorto SerialBufferAdapter refactoring