Table of Contents
qc_is_target_type
Returns true if the argument defines a valid QUARC target type.
is_target = qc_is_target_type(target_type)
Returns true if the given argument identifies a valid target type for QUARC. The comparison is case-insensitive.
target_type
A string indicating the target type to verify. For example, 'qnx_x86
' or 'windows
'.
is_target
True if the given argument identifies a valid target type for QUARC. Otherwise false.
is_target = qc_is_target_type('qnx_x86'); % Returns true if qnx_x86 is a valid QUARC 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.