qc_set_priority qc_get_compilers navigation bar

Table of Contents

qc_get_target_types

Returns a cell array of the valid target types for QUARC.

Syntax

list = qc_get_target_types           % get the list of target types (cached)
list = qc_get_target_types('reset')  % reset the cache and get a new list
    

Description

Returns a cell array of strings containing the valid target types for QUARC. This list is cached for efficiency. To reset the cache and get the list of target types, pass 'reset' as the first parameter.

Parameters

reset

An optional string argument. Pass the string 'reset' to reset the cache.

Outputs

list

A cell array of strings containing the valid target types for QUARC.

Examples

list = qc_get_target_types; % Returns a list of valid target types for QUARC
    

See Also

 

navigation bar