Carriage Return ("\r") as first char in preamble to service interface buffer #31
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#31
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?
Suggestion: Add carriage return as first char of preamble.
This ensures that the output is displayed correctly when only using "\n" << std::flush or std::endl as a stream terminator and using terminal programs like Puttty or the Eclipse internal terminal. Otherwise, the output is indented in a very odd way.
UPDATE: This can be an optional constructor argument for the ServiceInterfaceStream. Sometimes, the additional CR character leads to two line breaks (host computer console for example).