MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / daemonTask

Method daemonTask

tutorial/MyGDaemon/MyTemplateDaemon.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void daemonTask(CGraph::GDaemonParamPtr param) override {
24 CGraph::CGRAPH_ECHO("----> [MyTemplateDaemon] template input index is [%d]", index_);
25 }
26
27private:
28 int index_ = 0;

Callers

nothing calls this directly

Calls 1

CGRAPH_ECHOFunction · 0.85

Tested by

no test coverage detected