qc_get_remote_target_type qc_find_targets navigation bar

Table of Contents

qc_open_target_dialog

Open a dialog box for managing a remote target.

Syntax

qc_open_target_dialog(target_uri);  % Opens a QUARC Target dialog preinitialized to the given target URI
qc_open_target_dialog;              % Opens a QUARC Target dialog
    

Description

Opens a dialog box that allows a remote (or local) QUARC target to be managed. Information about the version of QUARC running on the target, and models on the target is provided. It is possible to see the models downloaded to the target and remove any that are no longer desired, as well as load and stop models on the target, among other operations.

If no target URI is specified then the default target URI is used, which is based on the default target type.

Refer to QUARC Target dialog a detailed explanation of the QUARC Target dialog and how to use it.

Parameters

target_uri

A string containing the URI of the target e.g. 'tcpip://qnx-dev:17000'

Outputs

This function has no outputs.

Examples

qc_open_target_dialog('tcpip://qnx-dev:17000'); % Open the QUARC Target dialog for the remote target "qnx-dev".
    

See Also

 

navigation bar