read gpio tm handling

This commit is contained in:
Jakob Meier
2022-04-29 08:34:23 +02:00
parent e18661bb59
commit f0884c0096
3 changed files with 25 additions and 1 deletions

View File

@ -349,6 +349,11 @@ class PlocSupervisorHandler : public DeviceHandlerBase {
ReturnValue_t extractUpdateCommand(const uint8_t* commandData, size_t size, std::string* file,
uint8_t* memoryId, uint32_t* startAddress);
ReturnValue_t eventSubscription();
/**
* @brief Handles acknowledgment reports which contains additional informations in the data field
*/
void handleSpecialAcknowledgments(const uint8_t* data);
};
#endif /* MISSION_DEVICES_PLOCSUPERVISORHANDLER_H_ */