Commit Graph

80 Commits

Author SHA1 Message Date
60ae2d4565 continued with hk data pool
added deadline missed check for fixed timeslot task,
improved doc for both periodic task and fixed timeslot task
2020-06-19 14:25:03 +02:00
8c03f6a823 command message only passed IF now 2020-06-13 21:01:01 +02:00
6b67f46c80 evil hidden bug found.
CSB uses CommandMessageIF now
2020-06-13 17:37:48 +02:00
c1fe326f67 Merge branch 'mueller_framework' into mueller_newCommandMessageTest 2020-06-10 23:42:09 +02:00
3268806f75 split up huge function to be more readable 2020-06-10 22:51:54 +02:00
bb9a299e33 added back removed comments 2020-06-10 22:19:40 +02:00
5007041bc8 cleaned up includes and improved doc a bit 2020-06-10 22:12:29 +02:00
659594bac7 better include guard and doc form improvement 2020-06-10 21:35:47 +02:00
606957dc24 PSB update 2020-06-10 21:26:45 +02:00
8ff6506ad9 MessageQueue refactoring complete 2020-06-09 02:18:39 +02:00
4a90f41122 generate HK packet function continued 2020-06-07 18:53:55 +02:00
43d3ca7e37 memory message: no retval
CSB: retval
2020-05-10 21:56:21 +02:00
a5d2cbd7db some more sif replacements 2020-04-23 21:59:24 +02:00
01195093e3 Merge branch 'mueller_sifRenaming_soooMany' into mueller_framework 2020-04-23 19:21:12 +02:00
2c6b446500 it is done :-)
However, commented outputs are not changed yet.
2020-04-23 19:13:18 +02:00
ee2ee745c7 fifo renamed 2020-04-23 12:47:59 +02:00
40d952a349 minor form changes 2020-04-23 10:24:34 +02:00
e40c9f42c6 info output commented out 2020-04-23 10:22:25 +02:00
c075e1bf23 adapting tmtc bridge 2020-04-23 10:20:19 +02:00
db535e25f2 Merge branch 'mueller_TmTcBridge_cherryPicked' into mueller_framework 2020-04-23 10:03:15 +02:00
2c2ccf8a8d Merge branch 'mueller_TmTcBridge_cherryPicked' into mueller_framework 2020-04-22 23:49:10 +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
7a79fab52a receiveTc (almost) empty now 2020-04-21 21:48:47 +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
e34a438e77 using size_t 2020-04-18 13:38:05 +02:00
5026517028 info output correction 2020-04-18 13:35:41 +02:00
a405357578 Merge remote-tracking branch 'upstream/master'
into mueller_framework
2020-04-18 13:30:22 +02:00
ea1d55b033 null replaced by nullptr.
storeID initialization added, all nullptr/0 initializations in header
2020-04-18 13:21:48 +02:00
98c0b2c9ac null replaced by nullptr.
storeID initialization added, all nullptr/0 initializations in header
2020-04-18 13:16:00 +02:00
ad01a36c02 std::flush instead of std::endl 2020-04-17 23:25:08 +02:00
914dec3691 debug output change 2020-04-17 23:22:50 +02:00
2e95906f27 recvBuffer and recvSize initialized 2020-04-17 23:22:38 +02:00
8a6a2bf840 comment deleted 2020-04-17 23:20:58 +02:00
20c67c4aa3 tmtc bridge bugfix:
tm data deleted when overwriting old data
2020-04-17 23:20:47 +02:00
8cb4a9897e tmtc bridge debug output corrected 2020-04-17 23:20:10 +02:00
4a218470cf max number of stored packets lowered 2020-04-17 23:18:16 +02:00
b422ff601a connect and disconnect functions public 2020-04-17 23:17:59 +02:00
f3af2987e6 receiveTc function adapted 2020-04-17 23:17:32 +02:00
c867b83541 doc extended, instructions for sendTm and recvTc 2020-04-17 23:17:04 +02:00
ceb688daf4 tmtc bridge bugfix 2020-04-17 23:14:11 +02:00
2173d43d92 Generic TMTC Bridge added 2020-04-17 23:11:58 +02:00
69e9710bf1 added intial carriage return im preamble 2020-04-10 17:06:06 +02:00
78aad91aab PSB subservice passed to handleRequest 2020-04-06 12:38:39 +02:00
7079c9c56d replaced serializeIF serialize sizes with size_t 2020-04-05 17:58:39 +02:00
06ae64d59c CSB: replaced some uint32 with size_t 2020-04-05 15:46:10 +02:00
d3e2652078 replaced DHB sizes by size_t, rework
Cookie now passed to DHB, rework in progress
2020-03-23 17:58:23 +01:00
75106e7317 Merge branch 'mueller_CSB_AbstractFunctionsAtTop' of KSat/fsfw into master
Added some comments in Commanding Service Base and moved abstract functions to the top for better visibility.
2020-02-11 16:10:26 +01:00