#include file delimiter
Type of delimiter for include file
Model Configuration Pane: Code Generation / Code Placement
Description
Specify the type of #include
file delimiter to use in generated code.
Dependencies
The delimiter format that you use when specifying parameter and signal object property values overrides what you set for this parameter.
This parameter does not control the delimiter format generated from storage classes in an Embedded Coder Dictionary. This parameter does control the delimiter format for code from storage classes that you created using the custom storage class designer.
Settings
Auto
(default) | #include “header.h”
| #include <header.h>
Default: Auto
Auto
Lets the code generator choose the
#include
file delimiter#include “header.h”
Uses double quote (" ") characters to delimit file names in
#include
statements.#include <header.h>
Uses angle brackets (< >) to delimit file names in
#include
statements.
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | A valid value |
Efficiency | No impact |
Safety precaution | No impact |
Programmatic Use
Parameter: IncludeFileDelimiter |
Type: character vector |
Value: 'Auto' | 'UseQuote' | 'UseBracket' |
Default: 'Auto' |
Version History
Introduced before R2006a