getDefines
Get preprocessor macro definitions from build information
Description
[
returns preprocessor macro definitions from the build information.macrodefs
,identifiers
,values
] = getDefines(buildinfo
,includeGroups
,excludeGroups
)
The function requires the buildinfo
,
macrodefs
, identifiers
,
and values
arguments. You can use optional
includeGroups
and
excludeGroups
arguments. These optional arguments let
you include or exclude groups selectively from the preprocessor macro definitions
returned by the function.
If you choose to specify excludeGroups
and omit
includeGroups
, specify a null character vector
(''
) for includeGroups
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006a
See Also
Topics
- Customize Post-Code-Generation Build Processing (Simulink Coder)