9 #include "ctrlCamp/config.hpp" 10 #include "ctrlCamp/ICamp.hpp" 12 #include <fwCore/base.hpp> 14 #include <fwServices/IService.hpp> 15 #include <fwServices/macros.hpp> 56 CTRLCAMP_API ~
SCopy();
60 enum class ModeType : std::int8_t
67 CTRLCAMP_API
virtual void starting()
override;
70 CTRLCAMP_API
virtual void configuring()
override;
73 CTRLCAMP_API
virtual void stopping()
override;
76 CTRLCAMP_API
virtual void updating()
override;
The namespace ctrlCamp contains services using camp.
This interface defines service API. It can be considered as a default type for services using fwCamp...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
This service copies an object and updates its own object or the defined target. It can either copy th...