MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / start

Method start

lib/TopicHandlerService/src/TopicHandlerService.cpp:70–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 *****************************************************************************/
69
70bool TopicHandlerService::start()
71{
72 startAllHandlers();
73
74 m_onChangeTimer.start(ON_CHANGE_PERIOD);
75 m_isStarted = true;
76
77 LOG_INFO("Topic handler service started.");
78
79 return true;
80}
81
82void TopicHandlerService::stop()
83{

Callers 1

startAllHandlersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected