ClassesClassesClassesClasses | | | | Operators

get_checkT_get_checkGetCheckget_checkGetCheckGetCheck (Operator)

Name

get_checkT_get_checkGetCheckget_checkGetCheckGetCheck — State of the HALCON control modes.

Signature

get_check( : : : Check)

Herror T_get_check(Htuple* Check)

Herror get_check(HTuple* Check)

void GetCheck(HTuple* Check)

static HTuple HSystem::GetCheck()

void HOperatorSetX.GetCheck([out] VARIANT* Check)

VARIANT HSystemX.GetCheck()

static void HOperatorSet.GetCheck(out HTuple check)

static HTuple HSystem.GetCheck()

Description

Executing the operator get_checkget_checkGetCheckget_checkGetCheckGetCheck the user can inquire what kind of control modes are currently activated and which are not. CheckCheckCheckCheckCheckcheck gives the tuplet containing the names of the control modes (see also set_checkset_checkSetCheckset_checkSetCheckSetCheck) which are preceded by a tilde (~, e.g., '~data'), if the corresponding control is deactivated.

Parallelization

Parameters

CheckCheckCheckCheckCheckcheck (output_control)  string-array HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Tuplet of the currently activated control modes.

Result

get_checkget_checkGetCheckget_checkGetCheckGetCheck always returns the value 2 (H_MSG_TRUE).

Possible Predecessors

set_checkset_checkSetCheckset_checkSetCheckSetCheck

See also

set_checkset_checkSetCheckset_checkSetCheckSetCheck

Module

Foundation


ClassesClassesClassesClasses | | | | Operators