mohr_serialize_merged_master #123

Closed
muellerr wants to merge 84 commits from mohr_serialize_merged_master into mohr_serialize

84 Commits

Author SHA1 Message Date
Robin Müller 07ed39ba51 Merge remote-tracking branch 'upstream/master' into mohr_serialize 2020-07-01 14:36:02 +02:00
Steffen Gaisser b2c352b0f7 Merge pull request 'linux important bugfix and general improvements' (#101) from KSat/fsfw:mueller_Linux_Bugfix into master
This fixes #100
2020-06-23 20:28:13 +02:00
Robin Müller 454524d213 Merge pull request 'iomanip include missing' (#104) from KSat/fsfw:ObjectManager_hotfix into master 2020-06-10 20:55:48 +02:00
Robin Müller b6f6a61656 iomanip include missing 2020-06-10 20:51:59 +02:00
Robin Müller 4dd0375507 0 replaced by MQIF:NO_QUEUE 2020-06-10 01:10:40 +02:00
Robin Müller ea2cd7c1a0 some fixes, doc improvements 2020-06-10 01:07:08 +02:00
Steffen Gaisser 514ff4f420 Merge pull request 'renamed printer to arrayprinter' (#98) from KSat/fsfw:mueller_globPrinterRenaming into master 2020-06-08 12:09:17 +02:00
Steffen Gaisser 29b051f288 Merge pull request 'ObjectManagerIF improvements' (#73) from KSat/fsfw:mueller_objectManagerIF into master
* Removed include does make a include of the mission object list necessary in the user code. But this is the clean way to include mission code.
* Personally, I'm not a fan of "auto" but I can see, that this is useful here.
2020-06-08 12:08:26 +02:00
Robin Müller 1748941f3b commented out debug output
and additional diagnostic output toi make it clear the program was
terminated
2020-06-07 13:59:22 +02:00
Robin Müller bf1b86e809 small form stuff 2020-06-06 18:48:28 +02:00
Robin Müller c602e30a63 std:: added 2020-06-06 18:45:55 +02:00
Robin Müller 92f493f13a name correction 2020-06-06 16:48:21 +02:00
Robin Müller be066755c0 even safer and more efficient alternative 2020-06-06 14:39:08 +02:00
Robin Müller 6ad36ceb24 variable for max name len 2020-06-06 16:24:33 +02:00
Robin Müller 1965a0e33b linux important bugfix and general improvements 2020-06-06 15:47:33 +02:00
Robin Müller d387daa9d6 slight improvements for diagnositc output 2020-06-06 13:04:29 +02:00
Robin Müller 4b5bb0b3be reset setfill 2020-06-05 20:59:07 +02:00
Robin Müller b20ee0965a renamed printer to arrayprinter 2020-06-05 16:44:00 +02:00
Robin Müller fd0cc2a8ca simplified all iterations through obj list 2020-06-04 21:26:56 +02:00
Robin Müller 0ac3cf8fad reverted wrong change 2020-06-04 21:25:14 +02:00
Robin Müller 5d3b3bae16 addtiional nullptr check 2020-06-04 21:14:53 +02:00
Robin Müller a37a2197d1 some form improvements for object manager .cpp 2020-06-04 21:10:56 +02:00
Robin Müller 365f9f8434 small improvements for object manager.cpp
exit removed for get function
2020-06-04 21:05:08 +02:00
Steffen Gaisser d75e471668 Merge pull request 'Storagemanager Refactoring' (#66) from KSat/fsfw:mueller_localPoolNeat into master
Changes of size_t will force any user to update their code. Therefore API_Change
2020-06-04 14:30:15 +02:00
Robin Müller 6ccc4433cf Merge remote-tracking branch 'upstream/master' into mueller_localPoolNeat 2020-06-04 14:24:20 +02:00
Robin Müller c0a0688a52 Merge branch 'mueller_localPoolNeat' of https://egit.irs.uni-stuttgart.de/KSat/fsfw into mueller_localPoolNeat 2020-06-04 14:22:16 +02:00
Robin Müller 93ef4eb56b exti code is one 2020-06-04 14:13:24 +02:00
Robin Müller bbfc7029a1 Merge remote-tracking branch 'upstream/master' into mueller_objectManagerIF 2020-06-04 14:11:25 +02:00
Robin Müller 05435a3ea3 includde removed 2020-06-04 14:11:08 +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
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 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 2b0dbca1d4 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-29 17:08:39 +02:00
Steffen Gaisser cb14ec15b5 Merge pull request 'additional access function for mode message' (#70) from KSat/fsfw:mueller_ModeMessageAddition into master
Getter for Can't reach mode reason. Should have been there from the beginning.
2020-05-25 15:05:00 +02:00
Robin Müller 50fd86edc1 removed shoulddo, issue will be created 2020-05-25 15:03:31 +02:00
Robin Müller 9c4bf240b2 Merge remote-tracking branch 'upstram/master' into mueller_ModeMessageAddition 2020-05-25 15:00:22 +02:00
Steffen Gaisser d235bb5c06 Merge pull request 'added comparison operator for store_address_t' (#77) from KSat/fsfw:mueller_store_address_compOperator into master
Adds a comparison operator for store_address_t. Small enhancement which should not break anything.
2020-05-25 14:54:29 +02:00
Steffen Gaisser 5e91363d2d Merge pull request 'fifo enhancement' (#57) from KSat/fsfw:mueller_fifo_enhancement into master
Implements #57
2020-05-25 14:48:29 +02:00
Robin Müller 91acc471b6 include guard fix, sif replacements 2020-05-20 14:47:58 +02:00
Robin Müller 3a6b7f4895 added new cast for MQ 2020-05-20 14:42:52 +02:00
Robin Müller 71e103e2b6 better include guards 2020-05-20 14:40:50 +02:00
Robin Müller e576ddaa86 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-20 14:38:41 +02:00
Robin Müller 6961b5e866 bin printer added 2020-05-19 23:08:17 +02:00
Robin Müller e2e6ec28c0 printer fixes and improvements 2020-05-19 20:26:12 +02:00
Robin Müller 5482b71b3c improved printer 2020-05-19 19:52:35 +02:00
Robin Müller 50d95780f2 Merge remote-tracking branch 'upstram/master' into mueller_fifo_enhancement 2020-05-17 18:51:29 +02:00
Robin Müller a0cb3a9b6b changed cast to be comptaible with newer freeRTOS 2020-05-17 17:13:43 +02:00
Robin Müller d6cc089261 removed StorageAccessor prefiremoved StorageAccessor prefixx 2020-05-15 18:56:39 +02:00
Robin Müller a6e0ab61ea printer fixes 2020-05-15 18:54:14 +02:00
Robin Müller 1b093d96b0 additional size output 2020-05-15 18:51:15 +02:00
Robin Müller e92c324c7e updated printer 2020-05-15 18:47:46 +02:00
Robin Müller 26763b7cee added comparison operator 2020-05-13 11:24:17 +02:00
Robin Müller effac0e9b7 global printer function 2020-05-11 12:22:06 +02:00
Robin Müller 3f79450b19 removed config include, new retvals, nullptr check 2020-05-11 12:00:30 +02:00
Robin Müller f2945f873f additional access function for mode message 2020-05-08 14:17:27 +02:00
Steffen Gaisser 6dc05e4951 Merge pull request 'it is done :-) (osstreams in namespace)' (#58) from KSat/fsfw:mueller_sifRenaming_soooMany into master 2020-05-08 12:35:38 +02:00
Robin Müller 3ebc257968 some little formatting stuff 2020-05-07 23:00:09 +02:00
Robin Müller 3b63dd72e3 added missing sif prefixes 2020-05-07 19:41:42 +02:00
Robin Müller 10628ddbb6 Merge remote-tracking branch 'upstream/master' into mueller_sifRenaming_soooMany 2020-05-07 19:28:06 +02:00
Steffen Gaisser 77c21fc2c7 Merge pull request 'FixedTimeslotTask object check' (#10) from KSat/fsfw:luz_FixedTimeslotTask_ExistenceCheck into master
Now I think we are done here.
2020-05-05 20:12:40 +02:00
Robin Müller 119455f3fd replaced exit by returning failed 2020-05-05 19:33:06 +02:00
Robin Müller c4486e79ec removed exit for empty pst 2020-05-05 19:30:26 +02:00
Robin Müller df9e66834e pop() better 2020-05-05 19:07:11 +02:00
Robin Müller 98e505c9ab todo removed 2020-05-05 19:03:00 +02:00
Steffen Gaisser a6ecc60370 Merge pull request 'uninitialized variable' (#59) from KSat/fsfw:mueller_uninitVariable_paramWrapper into master
Fixes Bug in ParameterWrapper.cpp
2020-05-05 19:02:56 +02:00
Robin Müller 8ce0c8facb Merge branch 'mueller_empty_pst_check' into luz_FixedTimeslotTask_ExistenceCheck 2020-05-05 19:00:23 +02:00
Robin Müller 432dbbd26e removed sif 2020-05-05 18:57:30 +02:00
Robin Müller a6b3cee898 class comment formatting 2020-05-05 18:56:45 +02:00
Robin Müller 75da7a4c50 comment moved to header 2020-05-05 18:55:05 +02:00
Robin Müller f1a0bb9dc3 whitespace 2020-05-05 18:36:18 +02:00
Robin Müller f3dca8044e typo 2020-05-05 18:34:04 +02:00
Robin Müller 736a69795d change ported to linux and rtems 2020-05-05 18:32:50 +02:00
Robin Müller 5b933dfe3d also added additonal time check
for freeRTOS
2020-05-05 18:28:50 +02:00
Robin Müller fc8302e08a Merge remote-tracking branch 'upstream/master' into luz_FixedTimeslotTask_ExistenceCheck 2020-05-05 18:28:39 +02:00
Robin Müller c7856da81c size_t replacements 2020-05-04 17:07:00 +02:00
Robin Müller 1158c9d675 storagemanager refactoring 2020-05-04 17:01:48 +02:00
Robin Müller e39d669ed8 put linux prinouts in namespace 2020-04-30 22:03:16 +02:00
Robin Müller 504c8177e8 uninitialized variable 2020-04-24 17:07:22 +02:00
Robin Müller 2c6b446500 it is done :-)
However, commented outputs are not changed yet.
2020-04-23 19:13:18 +02:00
Robin Müller 88f229cef9 fifo enhancement 2020-04-23 15:03:55 +02:00
Uli 6553450b4b Actually, not that horrible, thanks to sed 2020-04-21 22:28:43 +02:00
Uli a42832ca01 working on updating SerializeIF, to quote Basti: This is going to be horrible 2020-04-21 21:34:03 +02:00
Robin Müller 413d659381 slight change 2020-02-15 15:27:06 +01:00
Robin Müller 782ba143a6 FixedTimeslotTask object check
Before adding to PST. Prevents NULL exception.
2020-01-20 22:03:13 +01:00