7 #ifndef __FWSERVICES_SCONFIGCONTROLLER_HPP__ 8 #define __FWSERVICES_SCONFIGCONTROLLER_HPP__ 10 #include "fwServices/config.hpp" 11 #include "fwServices/helper/ConfigLauncher.hpp" 12 #include "fwServices/IController.hpp" 14 #include <fwRuntime/ConfigurationElement.hpp> 15 #include <fwRuntime/EConfigurationElement.hpp> 17 #include <fwTools/Failed.hpp> 65 virtual
void starting() override;
68 virtual
void stopping() override;
71 virtual
void updating() override;
93 virtual
void configuring() override;
96 virtual
void swapping() override;
99 virtual
void info(
std::ostream& _sstream ) override;
104 ::
fwServices::helper::ConfigLauncher::uptr m_configLauncher;
110 #endif // __FWSERVICES_SCONFIGCONTROLLER_HPP__
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
This interface defines control service API. Does nothing particularly, can be considered as a default...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
This service starts/stops a template configuration.