ClassesClasses | | Operators

get_checkT_get_checkGetCheckGetCheck (Operator)

Name

get_checkT_get_checkGetCheckGetCheck — State of the HALCON control modes.

Signature

get_check( : : : Check)

Herror T_get_check(Htuple* Check)

void GetCheck(HTuple* Check)

static HTuple HSystem::GetCheck()

static void HOperatorSet.GetCheck(out HTuple check)

static HTuple HSystem.GetCheck()

Description

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

Execution Information

Parameters

CheckCheckCheckCheckcheck (output_control)  string-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Tuplet of the currently activated control modes.

Result

get_checkget_checkGetCheckGetCheckGetCheck always returns the value 2 (H_MSG_TRUE).

Possible Predecessors

set_checkset_checkSetCheckSetCheckSetCheck

See also

set_checkset_checkSetCheckSetCheckSetCheck

Module

Foundation


ClassesClasses | | Operators