add and instantiate SUS ASS + SUS FDIR
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-03-17 19:59:47 +01:00
parent acd0307591
commit e5a4065055
10 changed files with 95 additions and 75 deletions

View File

@ -26,6 +26,7 @@ void DualLaneAssemblyBase::performChildOperation() {
// switching off or on devices.
if (not pwrStateMachine.active()) {
AssemblyBase::performChildOperation();
// TODO: Handle Event Queue
}
}