FlowMsgQueue Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs and destructs an object of class FlowMsgQueue.
Prototype
1 2 | FlowMsgQueue() = default ~FlowMsgQueue() = default |
Command-Line Options
None
Returns
None
Troubleshooting
None
Constraints
In scenarios with streaming input (the input of FlowFunc is a queue), the framework does not support data alignment and exception handling.
Parent topic: Class FlowMsgQueue