Generate full file banner
Include code generation information in file banner
Model Configuration Pane: Code Generation / Interface
Description
The Generate full file banner parameter specifies whether the code generator includes additional information in the generated header file banner.
Settings
- On
Includes additional code generation information in the banner of the generated header file. The additional information includes:
Date and timestamp of code generation
Selected target for code generation
Selected hardware for code generation
Code generation objectives
Validation result
The banner also includes this basic information:
Name of the header file
Name of the model for which you generated code
Model version number
Simulink Coder version, release number, and release date
- Off
Does not include code generation details in the generated header file banner. The banner still includes:
Name of the header file
Name of the model for which you generated code
Model version number
Simulink Coder version, release number, and release date
Examples
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |
Programmatic Use
Parameter: GenerateFullHeader |
Type: character vector |
Value: 'on' | 'off' |
Default: 'on' |
Version History
Introduced before R2006a
See Also
Topics
- Custom File Processing (Embedded Coder)