gsr_DataType
Get the Simulink data type identifier for a region
Syntax
DTypeId gsr_DataType(SL_SigRegion *reg)
Arguments
reg
Signal region.
Returns
An int
representing the Simulink® data type identifier for the signal region.
Description
Returns the Simulink data type identifier for the signal region.
Languages
C, C++
Example
See the S-function barplot.c
.