Add CCSDS handler modes #352
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#352
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_ccsds_handler_modes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add modesto WIP: add modesWIP: add modesto WIP: add CCSDS handler modes@ -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);
I think the rate should be set to 100 kbps here
good spot
@ -126,6 +138,9 @@ class CcsdsIpCoreHandler : public SystemObject,
ParameterHelper parameterHelper;
ActionHelper actionHelper;
Mode_t mode;
I think mode should be initialized somewhere. Either here or in the constructor
good spot 2. must have overlooked the warning..
WIP: add CCSDS handler modesto Add CCSDS handler modes