#include file delimiter

Description

Specify the type of #include file delimiter to use in generated code.

Category: Code Generation > Code Placement

Settings

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.

Dependency

The delimiter format that you use when specifying parameter and signal object property values overrides what you set for this parameter.

Command-Line Information

Parameter: IncludeFileDelimiter
Type: character vector
Value: 'Auto' | 'UseQuote' | 'UseBracket'
Default: 'Auto'

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityA valid value
EfficiencyNo impact
Safety precautionNo impact

Related Topics