Improve Subsystem DHB logic #112
Reference in New Issue
Block a user
Delete Branch "mueller/improve-ss-dhb-logic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ModeTreeChildIFfor objects which can be mode tree childrenHasModeTreeChildrenIFfor parent objectsModeTreeConnectionIFfor connecting parent and childobjects::NO_OBJECTwas passed as the parent parameter everywhere. The parent is now not passed to base classes likeSubsystemBaseandControllerBaseanymore, and there is a deciated functionconnectModeTreeParentexposed by theModeTreeConnectionIFto connect a parent component to a mode tree child.