Commit Graph

418 Commits

Author SHA1 Message Date
Robin Müller 7ae82a5cb4
do not cache previous recipient 2022-09-01 08:58:18 +02:00
Robin Müller 7345c18b04 small fix which allows sending action reply immediately 2022-08-31 16:50:48 +02:00
Ulrich Mohr 6605ffb6b1 Fixing check in Srv 11 Filer 2022-08-29 14:55:50 +02:00
Ulrich Mohr e2e0190cae Revert "additional safety check"
This reverts commit fd278e410b.
2022-08-29 14:51:14 +02:00
Robin Müller fd278e410b additional safety check 2022-08-29 13:18:54 +02:00
Robin Müller 8c8d1cfa84
apply auto-formatter 2022-08-22 15:02:16 +02:00
Ulrich Mohr 217276d50c renamed returnvalue header 2022-08-16 12:48:22 +02:00
Ulrich Mohr d2ac3603a5 some more occurences 2022-08-16 12:29:53 +02:00
Ulrich Mohr f63f3fa564 more occurences in comments 2022-08-16 12:12:21 +02:00
Robin Müller 221361eb9c
Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if 2022-08-15 20:32:38 +02:00
Robin Müller 62fe75ee40
perform renaming 2022-08-15 20:28:16 +02:00
Robin Müller 94a718ff19 Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if 2022-08-15 15:15:51 +02:00
Robin Müller 4a10f76784 Merge remote-tracking branch 'origin/development' into mueller/new-object-id-class 2022-08-15 15:15:00 +02:00
Robin Müller ca2efb6021
remove object ID 2022-08-15 15:02:05 +02:00
Robin Müller deeeef553b
remove implicit machine endianness variants 2022-08-15 14:34:04 +02:00
Robin Müller 96f092ef75
type correction 2022-07-29 14:30:58 +02:00
Robin Müller c9bec03f00 Merge branch 'mueller/expand-serialize-if' into mueller/new-object-id-type 2022-07-29 14:16:22 +02:00
Robin Müller 6c5c59cad8 Merge branch 'mueller/expand-serialize-if' into mueller/new-object-id-type 2022-07-29 14:15:14 +02:00
Robin Müller 03e12a2388
new object ID type 2022-07-29 14:15:05 +02:00
Robin Müller 5355e63711
use result instead of retval 2022-07-27 21:43:32 +02:00
Robin Müller dc31358d52
adaption for SerializeIF
- Returns serialized and deserialized size now
2022-07-27 21:31:09 +02:00
Robin Müller 88ebb67c8d
fix deprecation warnings 2022-07-26 10:27:44 +02:00
Robin Müller b827bd8370
update HasReturnvaluesIF
1. Add new retval namespace which contains OK and FAIL returnvalue
2. Also contains makeCode constexpr function
3. Mark HasReturnvaluesIF::makeReturnCode deprecated

This prevents from having to implement an interface just to use a shorter
version of the general returnvalues. A namespace is better suited for this
I think
2022-07-26 10:22:05 +02:00
Robin Müller f80be9e9fa
run afmt 2022-07-25 14:44:49 +02:00
Robin Müller f3af88ae40
add [[nodiscard]] and const specifiers 2022-07-25 14:44:19 +02:00
Robin Müller 380f1d0206
remove obsolete returns 2022-07-25 14:40:10 +02:00
Robin Müller 54fc35eae7
re-run afmt 2022-07-25 14:36:18 +02:00
Robin Müller 05d4162f5b Merge branch 'development' into v5.0.0 2022-07-25 14:35:36 +02:00
Robin Müller 180210dc38 Merge branch 'development' into mueller/expand-serialize-if 2022-07-25 11:39:19 +02:00
Robin Müller 2a34c831b1
use Be instead of Ne, which could be confused 2022-07-25 11:33:12 +02:00
Robin Müller b809f90e72
added unittests for new helpers 2022-07-23 11:10:44 +02:00
Robin Müller 8e05fc0417
added a few more methods 2022-07-23 10:28:01 +02:00
Robin Müller ddad97033d
expand serialize IF further 2022-07-23 10:06:42 +02:00
Robin Müller 42a1d6cccd
default implementation of simple serialize/deserialize 2022-07-23 10:03:42 +02:00
Robin Müller 74794bb71b
apply auto-formatter 2022-07-18 16:08:06 +02:00
Robin Müller 4da18172b3 Merge branch 'development' into mueller/possible-ring-buffer-fix 2022-07-18 14:37:56 +02:00
Jakob Meier ecac08814e better naming for functions which reset states of replies 2022-07-14 09:15:13 +02:00
Jakob Meier e8b8fff0b5 Merge branch 'development' into meier/dhbReplyTimeout 2022-07-14 09:01:28 +02:00
Jakob Meier 4d34f93cfc missing reset of timedOut value in loop of decrementDeviceReplyMap 2022-07-14 08:58:23 +02:00
Ulrich Mohr adbf375f38 some small fixes to dhb countdown addition 2022-07-13 21:58:07 +02:00
Ulrich Mohr 2e42f53682 Merge pull request 'New PoolEntry constructor' (#651) from eive/fsfw:mueller/new-pool-entry-ctor into development
Reviewed-on: fsfw/fsfw#651
2022-07-13 17:43:56 +02:00
Ulrich Mohr c519b70302 Merge pull request 'printout tweak' (#652) from mueller/printout-tweak-mq-linux-osal into development
Reviewed-on: fsfw/fsfw#652
2022-07-13 17:35:53 +02:00
Ulrich Mohr 8a2068aca6 Merge pull request 'clang-tidy changes for controller module' (#648) from clang-tidy-controllers into development
Reviewed-on: fsfw/fsfw#648
2022-07-13 16:49:15 +02:00
Robin Müller 32fea9838e
add new pool entry constructor
- This constructor allows to simply specify the length.
  This is also the new default constructor for scalar values
  which are initially invalid
2022-07-08 17:56:44 +02:00
Robin Müller 14bac9a418
clang-tidy changes for controller module 2022-07-04 11:48:36 +02:00
Robin Müller 3bef73708f
clang-tidy changes for actions module 2022-07-04 11:44:26 +02:00
Jakob Meier df97bbc691 run auto-formatter 2022-06-23 11:56:46 +02:00
Jakob Meier 2d2f65bf89 moved activation of periodic replies to updatePeriodicReply 2022-06-23 11:54:51 +02:00
Robin Müller 3e9ae62b28 Merge branch 'development' into meier/dhbReplyTimeout 2022-06-21 10:49:06 +02:00
Robin Müller 2ebefdffae
Merge remote-tracking branch 'upstream/development' into mueller/possible-ring-buffer-fix 2022-06-21 10:49:03 +02:00