service interface testing for eclipse #52
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.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mueller_serviceStream_enhancement"
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?
Fixes #51 . Fixes #31
@ -8,3 +8,3 @@
#include <cstdio>
//Unfortunately, there must be a forward declaration of log_fe (MUST be defined in main), to let the system know where to write to.
// Unfortunately, there must be a forward declaration of log_fe
I have not really understood what log_fe is.
Hm the SIF still has defines for UT699 :(. Hm we have to rethink how we are handling that. log_fe is the front end like debug or error.
Okay. i still think this approach is nice (and eclipse output is neat :-)). I don't know if it is fast than the old approach, but I don't think speed is of high relevance when using stream interfaces.
merged upstream master.
@ -18,3 +19,3 @@
// buffer is not used, then this is called every
// time when characters are put to stream.
virtual int overflow(int c = Traits::eof());
int overflow(int c = Traits::eof()) override;
Is there a reason to remove the virtual modifier here?
Not really. I'll put it back in
Oh, that was not intended.. I will just open a new pull request from the fork.
Pull request closed