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