FlowMsg Constructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs an object of class FlowMsg.
Prototype
1 | __init__(self, flow_msg: flowfunc_wrapper.FlowMsg) -> None |
Parameters
FlowMsg defined in the flowfunc_wrapper module. During actual execution, the parameter is passed by the C++ code and mapped to the FlowMsg object of flowfunc_wrapper through the binding relationship of pybind11.
Returns
Object of class FlowMsg
Exception Handling
None
Constraints
None
Parent topic: Class FlowMsg