Task #3076
Selectively activate MdModules during simulation instead of instantiating all of them
Status:
New
Priority:
Normal
Assignee:
Category:
core library
Target version:
Difficulty:
uncategorized
Description
Change the interface to MdModules that allows the MdModules to subscribe to callbacks only after they know if they are active or not so that we avoid the
if (module.active())
within the modules that may be to easily overlooked.