Commit Graph

108 Commits

Author SHA1 Message Date
4c59b043e1 const store accessor in separate file now 2020-06-23 10:57:14 +02:00
c8b92a8828 Merge remote-tracking branch 'upstream/master' into mueller_StoreAccessor 2020-06-23 10:50:47 +02:00
454524d213 Merge pull request 'iomanip include missing' (#104) from KSat/fsfw:ObjectManager_hotfix into master 2020-06-10 20:55:48 +02:00
b6f6a61656 iomanip include missing 2020-06-10 20:51:59 +02:00
514ff4f420 Merge pull request 'renamed printer to arrayprinter' (#98) from KSat/fsfw:mueller_globPrinterRenaming into master 2020-06-08 12:09:17 +02:00
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
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
d387daa9d6 slight improvements for diagnositc output 2020-06-06 13:04:29 +02:00
4b5bb0b3be reset setfill 2020-06-05 20:59:07 +02:00
b20ee0965a renamed printer to arrayprinter 2020-06-05 16:44:00 +02:00
fd0cc2a8ca simplified all iterations through obj list 2020-06-04 21:26:56 +02:00
0ac3cf8fad reverted wrong change 2020-06-04 21:25:14 +02:00
5d3b3bae16 addtiional nullptr check 2020-06-04 21:14:53 +02:00
a37a2197d1 some form improvements for object manager .cpp 2020-06-04 21:10:56 +02:00
365f9f8434 small improvements for object manager.cpp
exit removed for get function
2020-06-04 21:05:08 +02:00
a6a3180196 removed conflict markers 2020-06-04 15:03:29 +02:00
3d175f603c removed conflict markers 2020-06-04 15:02:14 +02:00
1d99a99bbd I now remember why I included object manager IF changes 2020-06-04 15:00:05 +02:00
8e3f99a350 removed object manager changes for now 2020-06-04 14:59:14 +02:00
e20244b0ce Merge remote-tracking branch 'upstream/master' into mueller_StoreAccessor 2020-06-04 14:35:55 +02:00
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
6ccc4433cf Merge remote-tracking branch 'upstream/master' into mueller_localPoolNeat 2020-06-04 14:24:20 +02:00
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
93ef4eb56b exti code is one 2020-06-04 14:13:24 +02:00
bbfc7029a1 Merge remote-tracking branch 'upstream/master' into mueller_objectManagerIF 2020-06-04 14:11:25 +02:00
05435a3ea3 includde removed 2020-06-04 14:11:08 +02:00
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
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
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
43a7274129 Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor 2020-05-29 17:11:10 +02:00
f871f75e1c added back default value for pool manager.h 2020-05-29 17:10:57 +02:00
2b0dbca1d4 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-29 17:08:39 +02:00
023af149df Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor 2020-05-29 17:07:48 +02:00
a3f379e149 and another little include guard fix 2020-05-29 16:50:37 +02:00
acf037614f added another author tag 2020-05-29 16:48:53 +02:00
ab17e28405 include protection output fix 2020-05-29 16:45:52 +02:00
a993223f6e added include protection 2020-05-29 16:44:31 +02:00
d83181cb0f added author tag 2020-05-29 16:41:23 +02:00
8af5a32f1d new store accessor classes
implementation of local pool and pool manager extracted into
tpp file.

store_address_t definition extracted in separate file to avoid circular
includes by using forward declarations
2020-05-29 16:37:46 +02:00
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
50fd86edc1 removed shoulddo, issue will be created 2020-05-25 15:03:31 +02:00
9c4bf240b2 Merge remote-tracking branch 'upstram/master' into mueller_ModeMessageAddition 2020-05-25 15:00:22 +02:00
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
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
91acc471b6 include guard fix, sif replacements 2020-05-20 14:47:58 +02:00
3a6b7f4895 added new cast for MQ 2020-05-20 14:42:52 +02:00
71e103e2b6 better include guards 2020-05-20 14:40:50 +02:00
e576ddaa86 Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat 2020-05-20 14:38:41 +02:00
6961b5e866 bin printer added 2020-05-19 23:08:17 +02:00
e2e6ec28c0 printer fixes and improvements 2020-05-19 20:26:12 +02:00