GetMsgType
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the message type of FlowMsg.
Prototype
1 | MsgType GetMsgType() const |
Command-Line Options
None
Returns
Message type of FlowMsg.
1 2 3 4 5 6 | enum class MsgType : uint16_t { MSG_TYPE_TENSOR_DATA = 0, // tensor data msg type MSG_TYPE_RAW_MSG = 1, // raw data msg type MSG_TYPE_TENSOR_LIST = 2, // raw data msg type MSG_TYPE_USER_DEFINE_START = 1024 // user define type start }; |
Troubleshooting
None
Constraints
None
Parent topic: Class FlowMsg