Commit Graph

109 Commits

Author SHA1 Message Date
petriVM18 6f4ec5eafd Clarified some debug messages 2020-07-08 15:19:49 +02:00
petriVM18 7652b33e11 Merge branch 'master' of egit.irs.uni-stuttgart.de:fsfw/fsfw into PLOC_SOURCE 2020-06-26 14:17:50 +02:00
petriVM18 98fb9b8e36 Added debug message for mode reached 2020-06-24 12:52:24 +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
petriVM18 217bdb5123 Removed debugging messages in DH 2020-06-23 16:58:26 +02:00
petriVM18 e1b069808e Removed one debug message 2020-06-22 11:06:07 +02:00
petriVM18 1a045d7a84 Even more debug messages 2020-06-17 09:50:52 +02:00
petriVM18 28a3daabac Added some debug messages in HandlerBase and Distributor (CCSDS/PUS/TC) 2020-06-17 08:35:58 +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
petriVM18 a468d96f14 Changes for PLOC SOURCE 2020-06-09 15:41:27 +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