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