1
0
forked from fsfw/fsfw

bugfixes for srv3

This commit is contained in:
2020-09-28 16:56:42 +02:00
parent c12110cbf1
commit 88c4b2a539
6 changed files with 64 additions and 32 deletions

View File

@ -82,7 +82,7 @@ private:
ReturnValue_t checkInterfaceAndAcquireMessageQueue(
MessageQueueId_t* messageQueueToSet, object_id_t* objectId);
ReturnValue_t generateHkReport(const CommandMessage* hkMessage,
ReturnValue_t generateHkReply(const CommandMessage* hkMessage,
uint8_t subserviceId);
ReturnValue_t prepareReportingTogglingCommand(CommandMessage* command,
object_id_t objectId, bool enableReporting, bool isDiagnostics,