Update Package #378
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/update-pack"
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?
finish
and ActionMessagesetCompletionReply
now explicitely expects information whetherto generate a failure or success message, API change added to CHANGELOG.
PoolReadHelper
renamed toPoolReadGuard
ReturnValue_t CCSDSTime::convertFromCcsds(timeval* to, const uint8_t* from, size_t* foundLength, size_t maxLength)
can now process ASCII strings as welldoc
folder@ -36,3 +39,3 @@
static void setDataReply(CommandMessage* message, ActionId_t actionId,
store_address_t data);
static void setCompletionReply(CommandMessage* message, ActionId_t fid,
static void setCompletionReply(bool success, CommandMessage* message, ActionId_t fid,
Good Idea. But it might look more consistent if the bool is the last parameter.
Solved in #380 follow up
Fixes #376
Implements #377