Table of Contents
qc_get_default_compiler
Returns the default compiler for the given target type.
compiler = qc_get_default_compiler(target_type) % compiler for specified target compiler = qc_get_default_compiler % compiler for default target
Returns the default compiler used with the specified QUARC target type. If no target type is provided then it uses the default target type.
target_type
An optional string argument containing a valid QUARC target type e.g. 'linux_verdex'.
compiler
A string containing the default compiler for the given target type.
compiler = qc_get_default_compiler('linux_verdex'); % Returns default compiler for the linux_verdex target
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.