some fixes

This commit is contained in:
2022-07-21 13:48:58 +02:00
parent d8b6cb39ac
commit e5ee96259d
22 changed files with 195 additions and 174 deletions

View File

@ -350,12 +350,14 @@ class CommandingServiceBase : public SystemObject,
*/
void handleRequestQueue();
ReturnValue_t setUpTcReader(store_address_t storeId);
void rejectPacket(uint8_t reportId, store_address_t tcStoreId, PusTcReader* tcPacket,
ReturnValue_t errorCode);
void acceptPacket(uint8_t reportId, store_address_t tcStoreId, PusTcReader* tcPacket);
void startExecution(store_address_t storeId, PusTcReader* storedPacket, CommandMapIter iter);
void startExecution(store_address_t storeId, CommandMapIter iter);
void handleCommandMessage(CommandMessage* reply);
void handleReplyHandlerResult(ReturnValue_t result, CommandMapIter iter,