Commit Graph

6233 Commits

Author SHA1 Message Date
Robin Müller 05435a3ea3 includde removed 2020-06-04 14:11:08 +02:00
Robin Müller f8fb370ae7 preamble changes started 2020-06-04 14:08:26 +02:00
Steffen Gaisser 95aac66dc1 Merge pull request 'Global Printer functions' (#78) from KSat/fsfw:mueller_globalPrinter into master
Helpers to print arrays. Implements #79
2020-06-04 14:04:42 +02:00
Robin Müller 764608005b buf renamed to streambuf 2020-06-04 13:26:35 +02:00
Steffen Gaisser 2499715ccf Merge pull request 'changed cast to be comptaible with newer freeRTOS' (#85) from KSat/fsfw:mueller_mq_newCast into master
QueueHandle_t is used in the receiveMessage but not in send message. Seems to be the right way to handle both calls in the same way.
As MessageQueueId_t is still a uint32_t. Someday this will get us in trouble.
2020-06-04 13:20:00 +02:00
Robin Müller ef13249405 typedef renamed 2020-06-04 13:01:59 +02:00
Robin Müller 925a54dec9 more improvements for servicei nterface 2020-06-04 01:06:03 +02:00
Robin Müller 17ed9b7796 OS renamed to OS_FSFW (nameclash with system variable) 2020-06-03 23:38:02 +02:00
Robin Müller 5eb3d77bdb clarfiying comment 2020-06-03 23:29:00 +02:00
Robin Müller 9361568b45 clarifying commnet 2020-06-03 23:28:31 +02:00
Robin Müller 0a512abc33 additional clarification comment 2020-06-03 23:26:27 +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 5b93799ea6 added forward declarations for service interface streams 2020-06-03 23:10:04 +02:00
Robin Müller 1c0ca4c329 some changes to take care of activity 2020-06-03 23:02:23 +02:00
Robin Müller 3483dff2ab some more interface improvements 2020-06-03 22:56:03 +02:00
Robin Müller 5036cdbef3 queue factory first param uint32_t again 2020-06-02 23:54:24 +02:00
Robin Müller 6972e72fbf fixed order 2020-06-02 23:52:31 +02:00
Robin Müller d4f69633f0 renamed timeout values 2020-06-02 22:36:42 +02:00
Robin Müller f0be1b1fff Merge branch 'mueller_framework' into front_branch 2020-06-02 22:27:57 +02:00
Robin Müller 54edeacb2d changed names for linux 2020-06-02 22:25:28 +02:00
Robin Müller 986dc2047e replaced mutexIF and semaphoreIF name for timeouts 2020-06-02 22:19:48 +02:00
Robin Müller f0a25b5e2b new timeout values for MUtexIF and SemaphIF 2020-06-02 22:10:34 +02:00
Robin Müller de6ed5c085 improved include guard and removed old comment 2020-06-02 15:57:04 +02:00
Robin Müller 42f0687a6b self deletion nullptr 2020-05-31 23:28:51 +02:00
Robin Müller c8a36a79de corrected doc for task factory interface 2020-05-31 00:23:38 +02:00
Robin Müller e5cea3ead0 service interface stream enhancements 2020-05-29 20:31:08 +02:00
Robin Müller c34c6238c6 Merge branch 'mueller_framework' into front_branch 2020-05-29 17:56:06 +02:00
Robin Müller 70454b4640 Merge remote-tracking branch 'upstram/master' into mueller_stopwatch 2020-05-29 17:55:52 +02:00
Robin Müller a9a23d7623 include improvements 2020-05-29 17:51:15 +02:00
Robin Müller c5bb18a788 include improvements, nullptr used 2020-05-29 17:49:39 +02:00
Robin Müller 7a22d12d0f removed extern "C", not needed 2020-05-29 17:48:24 +02:00
Robin Müller f15424be4f implemented missing static function 2020-05-29 17:47:55 +02:00
Robin Müller 914bf8b9fc seconds_t is double now 2020-05-29 17:45:53 +02:00
Robin Müller 0be418a553 clock.h form improvements 2020-05-29 17:45:08 +02:00
Robin Müller 4d4ca2f3bd doc fix for stopwatch 2020-05-29 17:43:37 +02:00
Robin Müller 1cf5991101 getClock_timval used now 2020-05-29 17:43:06 +02:00
Robin Müller 2030415adb added back include, but header needs to
be included from build system now, which allows multiple config folders
2020-05-29 17:17:46 +02:00
Robin Müller 43a7274129 Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor 2020-05-29 17:11:10 +02:00
Robin Müller f871f75e1c added back default value for pool manager.h 2020-05-29 17:10:57 +02:00
Robin Müller 2b0dbca1d4 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-29 17:08:39 +02:00
Robin Müller 023af149df Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor 2020-05-29 17:07:48 +02:00
Robin Müller f13eff79c9 another little include guard fix 2020-05-29 16:51:09 +02:00
Robin Müller a3f379e149 and another little include guard fix 2020-05-29 16:50:37 +02:00
Robin Müller 6b0558d6c7 added author tag back 2020-05-29 16:49:11 +02:00
Robin Müller acf037614f added another author tag 2020-05-29 16:48:53 +02:00
Robin Müller 3ef939aca8 fixed inclue protection 2020-05-29 16:46:26 +02:00
Robin Müller ab17e28405 include protection output fix 2020-05-29 16:45:52 +02:00
Robin Müller 5cf9e938cc added include protection 2020-05-29 16:45:03 +02:00
Robin Müller a993223f6e added include protection 2020-05-29 16:44:31 +02:00
Robin Müller d83181cb0f added author tag 2020-05-29 16:41:23 +02:00