7 #ifndef __TUTO16MULTITHREADCONSOLE_SINCREMENTARRAY_HPP__ 8 #define __TUTO16MULTITHREADCONSOLE_SINCREMENTARRAY_HPP__ 10 #include "Tuto16MultithreadConsole/config.hpp" 12 #include <fwServices/IController.hpp> 50 virtual
void starting() override;
53 virtual
void stopping() override;
56 virtual
void updating() override;
59 virtual
void configuring() override;
67 unsigned int m_periodInMillisec;
72 #endif // __TUTO16MULTITHREADCONSOLE_SINCREMENTARRAY_HPP__
This interface defines control service API. Does nothing particularly, can be considered as a default...
This service increments all the values of a fwData::Array.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
This namespace fwThread provides few tools to execute asynchronous tasks on different threads...
The namespace Tuto16MultithreadConsole contains services to run the Tuto16MultithreadConsole example...