generating finish reply
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2021-09-08 17:02:37 +02:00
parent 6409c596f7
commit 46e3956bca
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 2 additions and 1 deletions

2
fsfw

@ -1 +1 @@
Subproject commit e6e19362934ede9e79a2f353daeb23a54d9c7f2a Subproject commit a8167f5431b73ea67b82b84740b48646a4b6e35a

View File

@ -62,6 +62,7 @@ ReturnValue_t GPSHyperionHandler::buildCommandFromCommand(
gpsSet.setValidity(false, true); gpsSet.setValidity(false, true);
// The user needs to implement this. Don't touch states for now, the device should // The user needs to implement this. Don't touch states for now, the device should
// quickly reboot and send valid strings again. // quickly reboot and send valid strings again.
actionHelper.finish(true, getCommanderQueueId(deviceCommand), deviceCommand);
return resetCallback(resetCallbackArgs); return resetCallback(resetCallbackArgs);
} }
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED; return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;