f871f75e1c
added back default value for pool manager.h
2020-05-29 17:10:57 +02:00
023af149df
Merge branch 'mueller_localPoolNeat' into mueller_StoreAccessor
2020-05-29 17:07:48 +02:00
a3f379e149
and another little include guard fix
2020-05-29 16:50:37 +02:00
acf037614f
added another author tag
2020-05-29 16:48:53 +02:00
ab17e28405
include protection output fix
2020-05-29 16:45:52 +02:00
a993223f6e
added include protection
2020-05-29 16:44:31 +02:00
d83181cb0f
added author tag
2020-05-29 16:41:23 +02:00
8af5a32f1d
new store accessor classes
...
implementation of local pool and pool manager extracted into
tpp file.
store_address_t definition extracted in separate file to avoid circular
includes by using forward declarations
2020-05-29 16:37:46 +02:00
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
50fd86edc1
removed shoulddo, issue will be created
2020-05-25 15:03:31 +02:00
9c4bf240b2
Merge remote-tracking branch 'upstram/master' into mueller_ModeMessageAddition
2020-05-25 15:00:22 +02:00
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
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
91acc471b6
include guard fix, sif replacements
2020-05-20 14:47:58 +02:00
3a6b7f4895
added new cast for MQ
2020-05-20 14:42:52 +02:00
71e103e2b6
better include guards
2020-05-20 14:40:50 +02:00
e576ddaa86
Merge remote-tracking branch 'upstram/master' into mueller_localPoolNeat
2020-05-20 14:38:41 +02:00
50d95780f2
Merge remote-tracking branch 'upstram/master' into mueller_fifo_enhancement
2020-05-17 18:51:29 +02:00
26763b7cee
added comparison operator
2020-05-13 11:24:17 +02:00
f2945f873f
additional access function for mode message
2020-05-08 14:17:27 +02:00
6dc05e4951
Merge pull request 'it is done :-) (osstreams in namespace)' ( #58 ) from KSat/fsfw:mueller_sifRenaming_soooMany into master
2020-05-08 12:35:38 +02:00
3b63dd72e3
added missing sif prefixes
2020-05-07 19:41:42 +02:00
10628ddbb6
Merge remote-tracking branch 'upstream/master' into mueller_sifRenaming_soooMany
2020-05-07 19:28:06 +02:00
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
119455f3fd
replaced exit by returning failed
2020-05-05 19:33:06 +02:00
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
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
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
413d659381
slight change
2020-02-15 15:27:06 +01:00