Replacement Name: int8

Description

Specify names for built-in Simulink® data types in generated code.

Category: Code Generation > Data Type Replacement

Settings

Default: ''

If a value is not specified, the code generator uses the Code Generation Name, int8_T.

Specify character vectors for the code generator to use as names for built-in Simulink data types.

To replace the Code Generation Name int8_T:

  • A Simulink.AliasType object.

  • The Simulink Name built-in data type name.

  • For a Simulink.AliasType object, set the BaseType object property to int8.

  • To use the built-in data type name that matches the Code Generation Name, specify int8 in the Replacement Name column.

An error occurs, if:

  • A replacement data type specification is inconsistent with the Simulink Name data type.

  • The Simulink.AliasType object has the Data scope parameter set to Exported.

Dependency

Replace data type names in the generated code enables this parameter.

Command-Line Information

Parameter: ReplacementTypes, replacementName.int8
Type: character vector
Value: The Simulink Name or the name of a Simulink.AliasType object, where the object exists in the base workspace.
Default: ''

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityA valid character vector
EfficiencyNo impact
Safety precautionNo recommendation

Related Topics