MxMetaHeader
Description
Defines the header information of data transferred between plugins in a stream.
Structure Definition
1 2 3 4 5 | struct MxMetaHeader { std::string parentName; int32_t memberId; std::string dataSource; } |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
parentName |
Input |
Data source |
memberId |
Input |
Data index |
dataSource |
Input |
(Recommended) Data source, which is the same as parentName. |
Parent topic: Process Orchestration Data Structures