Add CCSDS handler modes #352

Merged
muellerr merged 6 commits from add_ccsds_handler_modes into develop 2023-01-26 17:04:09 +01:00
Owner
No description provided.
muellerr added 1 commit 2023-01-24 19:08:04 +01:00
add modes
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
8f8416c078
muellerr requested review from meierj 2023-01-24 19:08:12 +01:00
muellerr requested review from mkranz 2023-01-24 19:08:17 +01:00
muellerr added this to the v1.21.0 milestone 2023-01-24 19:08:21 +01:00
muellerr changed title from add modes to WIP: add modes 2023-01-24 19:08:28 +01:00
muellerr changed title from WIP: add modes to WIP: add CCSDS handler modes 2023-01-24 19:09:48 +01:00
muellerr added 1 commit 2023-01-24 19:47:26 +01:00
update changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
ce12293dcc
meierj reviewed 2023-01-25 11:06:37 +01:00
@ -342,0 +378,4 @@
mode = HasModesIF::MODE_ON;
}
} else if (submode == static_cast<Submode_t>(Submode::DATARATE_LOW)) {
ReturnValue_t result = ptmeConfig->setRate(RATE_500KBPS);
Owner

I think the rate should be set to 100 kbps here

I think the rate should be set to 100 kbps here
Author
Owner

good spot

good spot
muellerr marked this conversation as resolved
meierj reviewed 2023-01-25 11:21:12 +01:00
@ -126,6 +138,9 @@ class CcsdsIpCoreHandler : public SystemObject,
ParameterHelper parameterHelper;
ActionHelper actionHelper;
Mode_t mode;
Owner

I think mode should be initialized somewhere. Either here or in the constructor

I think mode should be initialized somewhere. Either here or in the constructor
Author
Owner

good spot 2. must have overlooked the warning..

good spot 2. must have overlooked the warning..
muellerr marked this conversation as resolved
muellerr added 1 commit 2023-01-25 14:02:11 +01:00
Merge remote-tracking branch 'origin/develop' into add_ccsds_handler_modes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
fbab1a6aa9
muellerr added 1 commit 2023-01-25 14:03:47 +01:00
fixes from PR
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
eef84f4d09
muellerr added 1 commit 2023-01-26 12:04:59 +01:00
added some missing mode helper usage
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
1128d355bb
muellerr changed title from WIP: add CCSDS handler modes to Add CCSDS handler modes 2023-01-26 12:07:36 +01:00
muellerr added 1 commit 2023-01-26 12:22:34 +01:00
Merge branch 'develop' into add_ccsds_handler_modes
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head Build queued...
4deee6b98f
muellerr merged commit ecc5ec05f3 into develop 2023-01-26 17:04:09 +01:00
muellerr deleted branch add_ccsds_handler_modes 2023-01-26 17:04:15 +01:00
meierj approved these changes 2023-01-30 08:52:26 +01:00
Sign in to join this conversation.
No description provided.