The Pointer Outlet element allows you to create a pointer to the matrix. The Columns
and Rows values can be specified in the properties of the connected Process Output. Initialize
this matrix in the generated source code.
Note: A pointer outlet can be used for both vector and scalar ports.
The Pointer Outlet element has the following properties:
- Name - The Pointer Outlet name. The name must be a valid C identifier, must be
unique and can't exceed 63 characters.
- Data Type - The data type of the output pointer. The following types are
available:
- d08u - unsigned 8-bit data
- d08s - signed 8-bit data
- d16u - unsigned 16-bit data
- d16s - signed 16-bit data
- d32u - unsigned 32-bit data
- d32s - signed 32-bit data
- Program - Name of the associated program.
- Process Output - Name of the connected process output.