Issues with Service Interface Stream on Linux #51

Closed
opened 2020-04-22 10:00:19 +02:00 by muellerr · 0 comments
Owner

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).

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).
muellerr added the
bug
feature
labels 2020-04-22 10:00:19 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#51
No description provided.