Main Content

Replacement Name: int

Name for int data type in generated code

Model Configuration Pane: Code Generation / Data Type Replacement

Description

The Replacement Name: int parameter specifies the name to use for the built-in data type int in the generated code.

Dependencies

To enable this parameter, select the Specify custom data type names parameter.

Settings

no default

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

  • int_T if Data type replacement is Use coder typedefs.

  • int if Data type replacement is Use C data types with fixed-width integers.

You can specify a replacement name by using one of the following:

  • A Simulink.AliasType object.

  • The Simulink Name built-in data type name.

To use a Simulink.AliasType object:

  • Set the BaseType object property to intn.

  • Set the HeaderFile object property to the name of the header file that provides the type definition.

  • In the Replacement Name column, specify the intn.

To use the Simulink Name, in the Replacement Name column, specify intn.

n is the number of bits displayed in the Configuration Parameters dialog box, Hardware Implementation pane > Number of bits: int.

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.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityA valid value
EfficiencyNo impact
Safety precautionNo recommendation

Programmatic Use

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

Version History

Introduced in R2007a