Main Content
coder.BuildConfig Class
Namespace: coder
Build context during code generation
Description
The code generator creates an object of this class to facilitate access to the build context. The build context encapsulates the settings used by the code generator including:
Target language
Code generation target
Target hardware
Build toolchain
Use coder.BuildConfig
methods in the methods that you
write for the coder.ExternalDependency
class.
Creation
The code generator creates objects of this class.
Methods
Examples
Extended Capabilities
Version History
Introduced in R2013b