Replacement Name: single
Name for single data type in generated code
Model Configuration Pane: Code Generation / Data Type Replacement
Description
The Replacement Name: single parameter specifies the name to use for the built-in data type single in the generated code.
Dependencies
To enable this parameter, select the Specify custom data type names parameter.
Settings
If a value is not specified, the code generator uses the Code Generation Name:
- real32_Tif Data type replacement is- Use coder typedefs.
- floatif 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.AliasTypeobject.
- A - Simulink.NumericTypeobject.
- The Simulink Name built-in data type name. 
To use a Simulink.AliasType object:
- Set the - BaseTypeobject property to- single.
- Set the - HeaderFileobject property to the name of the header file that provides the type definition.
- In the Replacement Name column, specify the object name. 
To use a Simulink.NumericType object:
- Set the - DataTypeModeobject property to- Single.
- Set the - HeaderFileobject property to the name of the header file that provides the type definition.
- In the Replacement Name column, specify the object name. 
To use the Simulink Name, in the Replacement Name
            column, specify single.
An error occurs, if:
- A replacement data type specification is inconsistent with the Simulink Name data type. 
- The - Simulink.AliasTypeobject has the Data scope parameter set to- Exported.
Recommended Settings
| Application | Setting | 
|---|---|
| Debugging | No impact | 
| Traceability | A valid character vector | 
| Efficiency | No impact | 
| Safety precaution | No recommendation | 
Programmatic Use
| Parameter: ReplacementTypes, replacementName.single | 
| Type: character vector | 
| Value: The Simulink Name , the name of a Simulink.AliasTypeobject, or the name of aSimulink.NumericTypeobject, where the object exists in the base workspace. | 
| Default: '' | 
Version History
Introduced in R2007a