Specify the type of #include
file delimiter
to use in generated code.
Category: Code Generation > Code Placement
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.
The delimiter format that you use when specifying parameter and signal object property values overrides what you set for this parameter.
Parameter: IncludeFileDelimiter |
Type: character vector |
Value: 'Auto' | 'UseQuote' | 'UseBracket' |
Default: 'Auto' |
Application | Setting |
---|---|
Debugging | No impact |
Traceability | A valid value |
Efficiency | No impact |
Safety precaution | No impact |