service interface stream enhancements #93

Merged
gaisser merged 14 commits from KSat/fsfw:mueller_ServiceStreamEnhancement into master 2020-07-21 12:18:20 +02:00

14 Commits

Author SHA1 Message Date
Robin Müller dd8543fedd Merge remote-tracking branch 'upstream/master' into mueller_ServiceStreamEnhancement 2020-06-10 16:40:48 +02:00
Robin Müller 639b517eda removed unnecessary change 2020-06-04 19:57:25 +02:00
Robin Müller 7014833c1c improvements and fixes 2020-06-04 19:50:56 +02:00
Robin Müller 3a573c1b4c no run-time dyn memory allocation now 2020-06-04 19:37:33 +02:00
Robin Müller c0808e71d9 no dyn memory allocation, print seems to work 2020-06-04 19:07:04 +02:00
Robin Müller d466921aa0 some more experiments 2020-06-04 17:58:22 +02:00
Robin Müller 1cb241ca0c zero padded not using dyn mem alloc now 2020-06-04 17:30:09 +02:00
Robin Müller 11c64a91a3 Merge remote-tracking branch 'upstream/master' into mueller_ServiceStreamEnhancement 2020-06-04 14:52:40 +02:00
Robin Müller 966c9c3993 buffer changes 2020-06-04 14:22:04 +02:00
Robin Müller f8fb370ae7 preamble changes started 2020-06-04 14:08:26 +02:00
Robin Müller 764608005b buf renamed to streambuf 2020-06-04 13:26:35 +02:00
Robin Müller 9361568b45 clarifying commnet 2020-06-03 23:28:31 +02:00
Robin Müller 7259a13569 more improvements:
1. New optional flag to redirect print to stderr. THis can be useful on
host environemtns (e.g linux)
2. non-buffered mode if this flag is true: the preamble msut be printed
manually
2. Getter function for preamble for that case.
3. printChar function: specify whether to print to stderr or stdout
2020-06-03 23:14:17 +02:00
Robin Müller e5cea3ead0 service interface stream enhancements 2020-05-29 20:31:08 +02:00