missing implementation in subsystembase
This commit is contained in:
parent
450ad1dad4
commit
4c0f67adf5
@ -324,3 +324,7 @@ ReturnValue_t SubsystemBase::setHealth(HealthState health) {
|
|||||||
HasHealthIF::HealthState SubsystemBase::getHealth() { return healthHelper.getHealth(); }
|
HasHealthIF::HealthState SubsystemBase::getHealth() { return healthHelper.getHealth(); }
|
||||||
|
|
||||||
void SubsystemBase::modeChanged() {}
|
void SubsystemBase::modeChanged() {}
|
||||||
|
|
||||||
|
const ModeHelper * SubsystemBase::getModeHelper() const {
|
||||||
|
return &modeHelper;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user