| 100 | class CarDetectorGNode : public GNode { |
| 101 | public: |
| 102 | CStatus init() override { |
| 103 | conn_id_ = CGRAPH_BIND_MESSAGE_TOPIC(ImageMParam, EXAMPLE_IMAGE_TOPIC, DEFAULT_MESSAGE_BUF_SIZE) |
| 104 | return CStatus(); |
| 105 | } |
| 106 | |
| 107 | CStatus run() override { |
| 108 | std::shared_ptr<ImageMParam> image = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected