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

Method ImageMParam

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

Source from the content-addressed store, hash-verified

27 char image_buf_[DEFAULT_IMAGE_SIZE] = {0};
28
29 explicit ImageMParam() = default;
30
31 ImageMParam(const ImageMParam& param) : GMessageParam(param) {
32 this->frame_id_ = param.frame_id_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected