AllocEmptyDataMsg 函数功能申请空数据的MsgType类型的message。 函数原型std::shared_ptr<FlowMsg> AllocEmptyDataMsg(MsgType msgType) 参数说明 参数名 输入/输出 描述 msgType 输入 要申请空数据的消息类型。 返回值0:SUCCESS。other:FAILED,具体请参考错误码。 异常处理无。 约束说明无。 父主题: MetaRunContext类