Commit Graph

971 Commits

Author SHA1 Message Date
Robin Müller 25ff8784cf corrected documentation 2020-05-07 20:00:42 +02:00
Robin Müller 1181ebcbda Merge remote-tracking branch 'upstream/master' into mueller_stopwatch 2020-05-07 19:57:31 +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 684dd67f63 seconds_t double now 2020-05-05 19:14:51 +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 6be607e422 FIFO protected 2020-05-04 17:33:56 +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
Robin Müller 07247dbf40 added virtual keyword for init and performOp() 2020-04-23 11:50:13 +02:00
Robin Müller 3a3960ed1c better names 2020-04-23 10:32:05 +02:00
Robin Müller ab2794e2d8 minor form changes 2020-04-23 10:31:27 +02:00
Robin Müller e3a4eca3f9 info output commented out 2020-04-23 10:31:20 +02:00
Robin Müller d7278c4493 adapting tmtc bridge 2020-04-23 10:31:06 +02:00
Robin Müller d0ce075e0d added old comment 2020-04-22 18:21:50 +02:00
Robin Müller 04835587a7 delay variable removed 2020-04-22 18:20:04 +02:00
Robin Müller 57c225d4fc faulty includes removed 2020-04-22 18:15:45 +02:00
Ulrich Mohr cf3190a904 Actually, not that horrible, thanks to sed 2020-04-21 22:28:43 +02:00
Robin Müller 7a79fab52a receiveTc (almost) empty now 2020-04-21 21:48:47 +02:00
Ulrich Mohr 2093329481 working on updating SerializeIF, to quote Basti: This is going to be horrible 2020-04-21 21:34:03 +02:00
Robin Müller c30cae3431 added back NoC99 io section 2020-04-21 16:32:39 +02:00
Robin Müller ea904642d1 CCSDS time possible bugfix for sscanf() 2020-04-21 16:16:02 +02:00
Robin Müller fdbc5d5c57 com downlink message now debug and commented out 2020-04-21 14:54:04 +02:00
Robin Müller b252299bdb U. Mohr suggestions worked in
Furthermore, some enhancements added:
delay between sent tm and max number of sent tm per cycle
can be specified
2020-04-21 14:51:26 +02:00
Robin Müller b78b3ac68a added performOperationHook() 2020-04-19 22:17:14 +02:00
Robin Müller 225e1b98a0 some bugfixes in cpp file to enable compilation 2020-04-19 22:10:02 +02:00
Robin Müller 3bd83c00f5 freeRTOS with included with extern"C" 2020-04-19 21:52:13 +02:00
Robin Müller cee8b4dc37 name slotLengthMs reverted to lengthMs 2020-04-19 21:37:55 +02:00
Robin Müller 4d64a76b8e Merge remote-tracking branch 'upstream/master' into mueller_FixedSequenceImprovements 2020-04-19 21:36:50 +02:00
Robin Müller fd100cb994 header function order change
fillCOmmandANdREplyMAp is now closer to its helper functions
2020-04-19 16:10:44 +02:00
Robin Müller f4c925e671 Merge branch 'mueller_DeviceHandlerBase_API_change_CookieIF' into mueller_DeviceHandlerBase_AllRefactoring 2020-04-19 15:57:39 +02:00
Robin Müller 7f08bb3506 removed ioboardAddress, max reply Len 2020-04-19 15:54:28 +02:00