|
ChimeraTK-ApplicationCore
04.01.00
|
Go to the documentation of this file.
8 #include <boost/thread.hpp>
26 const std::unordered_set<std::string>& tags = {});
Implementation class for the model.
ModuleType getModuleType() const override
Return the module type of this module, or in case of a VirtualModule the module type this VirtualModu...
ModuleGroup()=default
Default constructor to allow late initialisation of module groups.
std::string getVirtualQualifiedName() const override
ModuleGroup & operator=(ModuleGroup &&other) noexcept
Move assignment.
ModuleGroup(ModuleGroup &&other) noexcept
Move constructor.
ChimeraTK::Model::ModuleGroupProxy getModel()
Return the application model proxy representing this module.
void unregisterModule(Module *module) override
Unregister another module as a sub-module.
InvalidityTracer application module.
Base class for ApplicationModule and DeviceModule, to have a common interface for these module types.