| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected