Issues with Service Interface Stream on Linux #51
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#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The current implementation of the Service Interface Stream in problematic on Linux in Eclipse and I have problems getting output from the Eclipse console.
I think this has to do something with the initial size of the preamble (96).
When using a special std::string instead of a char buffer which has the exact required size, the print works.
There are also device specific implmentations of the stream. Maybe those could be moved to the bsp or mission folder or a more generic version of the stream can be used (with virtual functions).