GetMsgType 函数功能获取FlowMsg的消息类型。 函数原型MsgType GetMsgType() const 参数说明无 返回值返回FlowMsg的消息类型。 enum class MsgType : uint16_t { MSG_TYPE_TENSOR_DATA = 0 // tensor data msg type } 异常处理无。 约束说明无。 父主题: FlowMsg类