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

Method run

example/E01-AutoPilot.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126class ShowGNode : public GNode {
127 CStatus run() override {
128 auto param = CGRAPH_GET_GPARAM_WITH_NO_EMPTY(DetectResultGParam, EXAMPLE_PARAM_KEY);
129 CGRAPH_ECHO("find [%d] car and [%d] lane in frame [%d] \n", param->car_num_, param->lane_num_, param->frame_id_);
130 return CStatus();
131 }
132};
133
134

Callers

nothing calls this directly

Calls 1

CGRAPH_ECHOFunction · 0.85

Tested by

no test coverage detected