7 #ifndef __TUTO16MULTITHREADCONSOLE_SREADARRAY_HPP__ 8 #define __TUTO16MULTITHREADCONSOLE_SREADARRAY_HPP__ 10 #include "Tuto16MultithreadConsole/config.hpp" 12 #include <fwServices/IController.hpp> 36 TUTO16MULTITHREADCONSOLE_API
SReadArray() noexcept;
37 TUTO16MULTITHREADCONSOLE_API virtual ~
SReadArray() noexcept;
42 virtual
void starting() override;
45 virtual
void stopping() override;
48 virtual
void updating() override;
51 virtual
void configuring() override;
56 #endif // __TUTO16MULTITHREADCONSOLE_SREADARRAY_HPP__ This service initializes a fwData::Array with 10 values (0 to 9).
This interface defines control service API. Does nothing particularly, can be considered as a default...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace Tuto16MultithreadConsole contains services to run the Tuto16MultithreadConsole example...