The Pointer Inlet 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 Input. Initialize
this matrix in the generated source code.
Note: A pointer inlet can be used for both vector and scalar ports.
The Pointer Inlet element has the following properties:
- Name - The Pointer Inlet name. The name must be a valid C identifier, must be
unique and can't exceed 63 characters.
- Data Type - The input pointer type. 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.
- Inputs - Name of the connected process input.