Start of trail qc_is_model navigation bar

Table of Contents

qc_is_target_type

Returns true if the argument defines a valid QUARC target type.

Syntax

is_target = qc_is_target_type(target_type)
    

Description

Returns true if the given argument identifies a valid target type for QUARC. The comparison is case-insensitive.

Parameters

target_type

A string indicating the target type to verify. For example, 'qnx_x86' or 'windows'.

Outputs

is_target

True if the given argument identifies a valid target type for QUARC. Otherwise false.

Examples

is_target = qc_is_target_type('qnx_x86'); % Returns true if qnx_x86 is a valid QUARC target
    

See Also

 

navigation bar