c4486e79ec
removed exit for empty pst
2020-05-05 19:30:26 +02:00
df9e66834e
pop() better
2020-05-05 19:07:11 +02:00
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
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
5026517028
info output correction
2020-04-18 13:35:41 +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
05c1330b68
Merge branch 'mohr_crc' of fsfw/fsfw into master
2020-04-16 15:27:47 +02:00
f28886e970
Moved crc calculation into its own class, renamed function to show which
...
crc is calculated.
2020-04-06 13:22:42 +02:00
90cba58ded
Putting the Cyclic back into CRC
...
added a parameter to the crc function to supply it with a starting value
for the crc, so one can calculate a crc over mutiple separate parts.
2020-04-06 12:56:32 +02:00
9d5a30a1f6
Merge branch 'mueller_OSAL_littleBugfix_smallChanges' of KSat/fsfw into master
...
Fixes a untracked issue with setting the last partner if when the message was not received properly.
2020-02-19 20:02:24 +01:00
a5692079c6
Small possilbe bugfix in MessageQueue.cpp
...
And other small changes.
Only assign last partner if message receiving was successful.
Some formatting stuff, include in <> notation
doc for task factory free RTOS, high priority means high number
2020-02-15 15:37:00 +01:00