Mode introspection and fixes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -189,3 +189,7 @@ void RwAssembly::handleModeTransitionFailed(ReturnValue_t result) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ModeDefinitionHelper RwAssembly::getModeDefinitionHelper() {
|
||||
return ModeDefinitionHelper::create<DeviceHandlerIF::DeviceHandlerMode, HasModesIF::DefaultSubmode>();
|
||||
}
|
Reference in New Issue
Block a user