Commit Graph

1462 Commits

Author SHA1 Message Date
98e505c9ab todo removed 2020-05-05 19:03:00 +02:00
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
8ce0c8facb Merge branch 'mueller_empty_pst_check' into luz_FixedTimeslotTask_ExistenceCheck 2020-05-05 19:00:23 +02:00
432dbbd26e removed sif 2020-05-05 18:57:30 +02:00
a6b3cee898 class comment formatting 2020-05-05 18:56:45 +02:00
75da7a4c50 comment moved to header 2020-05-05 18:55:05 +02:00
f1a0bb9dc3 whitespace 2020-05-05 18:36:18 +02:00
f3dca8044e typo 2020-05-05 18:34:04 +02:00
736a69795d change ported to linux and rtems 2020-05-05 18:32:50 +02:00
5b933dfe3d also added additonal time check
for freeRTOS
2020-05-05 18:28:50 +02:00
fc8302e08a Merge remote-tracking branch 'upstream/master' into luz_FixedTimeslotTask_ExistenceCheck 2020-05-05 18:28:39 +02:00
6be607e422 FIFO protected 2020-05-04 17:33:56 +02:00
c7856da81c size_t replacements 2020-05-04 17:07:00 +02:00
1158c9d675 storagemanager refactoring 2020-05-04 17:01:48 +02:00
e39d669ed8 put linux prinouts in namespace 2020-04-30 22:03:16 +02:00
504c8177e8 uninitialized variable 2020-04-24 17:07:22 +02:00
2c6b446500 it is done :-)
However, commented outputs are not changed yet.
2020-04-23 19:13:18 +02:00
88f229cef9 fifo enhancement 2020-04-23 15:03:55 +02:00
07247dbf40 added virtual keyword for init and performOp() 2020-04-23 11:50:13 +02:00
3a3960ed1c better names 2020-04-23 10:32:05 +02:00
ab2794e2d8 minor form changes 2020-04-23 10:31:27 +02:00
e3a4eca3f9 info output commented out 2020-04-23 10:31:20 +02:00
d7278c4493 adapting tmtc bridge 2020-04-23 10:31:06 +02:00
d0ce075e0d added old comment 2020-04-22 18:21:50 +02:00
04835587a7 delay variable removed 2020-04-22 18:20:04 +02:00
57c225d4fc faulty includes removed 2020-04-22 18:15:45 +02:00
cf3190a904 Actually, not that horrible, thanks to sed 2020-04-21 22:28:43 +02:00
7a79fab52a receiveTc (almost) empty now 2020-04-21 21:48:47 +02:00
2093329481 working on updating SerializeIF, to quote Basti: This is going to be horrible 2020-04-21 21:34:03 +02:00
c30cae3431 added back NoC99 io section 2020-04-21 16:32:39 +02:00
ea904642d1 CCSDS time possible bugfix for sscanf() 2020-04-21 16:16:02 +02:00
fdbc5d5c57 com downlink message now debug and commented out 2020-04-21 14:54:04 +02:00
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
b78b3ac68a added performOperationHook() 2020-04-19 22:17:14 +02:00
225e1b98a0 some bugfixes in cpp file to enable compilation 2020-04-19 22:10:02 +02:00
3bd83c00f5 freeRTOS with included with extern"C" 2020-04-19 21:52:13 +02:00
cee8b4dc37 name slotLengthMs reverted to lengthMs 2020-04-19 21:37:55 +02:00
4d64a76b8e Merge remote-tracking branch 'upstream/master' into mueller_FixedSequenceImprovements 2020-04-19 21:36:50 +02:00
fd100cb994 header function order change
fillCOmmandANdREplyMAp is now closer to its helper functions
2020-04-19 16:10:44 +02:00
f4c925e671 Merge branch 'mueller_DeviceHandlerBase_API_change_CookieIF' into mueller_DeviceHandlerBase_AllRefactoring 2020-04-19 15:57:39 +02:00
7f08bb3506 removed ioboardAddress, max reply Len 2020-04-19 15:54:28 +02:00
36dbf6e1ce Merge branch 'mueller_DeviceHandlerBase_ctor_reduction' into mueller_DeviceHandlerBase_AllRefactoring 2020-04-19 15:51:58 +02:00
1820ad14b7 API change introduced, using new device comIF
also changed child handler base.
2020-04-19 15:48:17 +02:00
c8983650f7 Merge branch 'mueller_DeviceHandlerBase_Changes' into mueller_newDeviceCommunicationIF 2020-04-19 15:36:42 +02:00
bb650ac784 Merge remote-tracking branch 'origin/mueller_CookieToCookieIF' into mueller_newDeviceCommunicationIF 2020-04-19 15:30:14 +02:00
ff47fa191a Communication interface rework
As discussed, open/reOpen not used anymore, replaced by
initializeInterface call.
Using CookieIF.
2020-04-19 15:25:17 +02:00
520ed881bb wrong function call fixed 2020-04-19 15:16:44 +02:00
ce554c615c reduced massive ctor size
this was done by moving zero or nullptr initialization
into the header file
2020-04-19 15:15:33 +02:00
eacedf7ed6 DHB: replyLen in replyMap now
both maps are closer together now as well
2020-04-19 15:01:27 +02:00
74b8c3eef4 new returnvalue DeviceComIF
explicitely setting receivedDataLen to 0 in readReceivedMessage() does
not trigger error anymore
2020-04-19 14:52:27 +02:00