KlassenKlassen | | Operatoren

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDevice (Operator)

Name

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDevice — Deaktivieren eines Compute Devices.

Signatur

deactivate_compute_device( : : DeviceHandle : )

Herror deactivate_compute_device(const Hlong DeviceHandle)

Herror T_deactivate_compute_device(const Htuple DeviceHandle)

void DeactivateComputeDevice(const HTuple& DeviceHandle)

void HComputeDevice::DeactivateComputeDevice() const

static void HOperatorSet.DeactivateComputeDevice(HTuple deviceHandle)

void HComputeDevice.DeactivateComputeDevice()

Beschreibung

deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDeviceDeactivateComputeDevice deaktiviert das Compute Device DeviceHandleDeviceHandleDeviceHandleDeviceHandledeviceHandle für den aktuellen HALCON Thread. Das Compute Device wird mit activate_compute_deviceactivate_compute_deviceActivateComputeDeviceActivateComputeDeviceActivateComputeDevice reaktiviert.

Ausführungsinformationen

Parameter

DeviceHandleDeviceHandleDeviceHandleDeviceHandledeviceHandle (input_control)  compute_device HComputeDevice, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Compute Device Handle.

Ergebnis

Ist DeviceHandleDeviceHandleDeviceHandleDeviceHandledeviceHandle gültig, gibt deactivate_compute_devicedeactivate_compute_deviceDeactivateComputeDeviceDeactivateComputeDeviceDeactivateComputeDevice den Wert 2 (H_MSG_TRUE) zurück. Andernfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

activate_compute_deviceactivate_compute_deviceActivateComputeDeviceActivateComputeDeviceActivateComputeDevice

Siehe auch

deactivate_all_compute_devicesdeactivate_all_compute_devicesDeactivateAllComputeDevicesDeactivateAllComputeDevicesDeactivateAllComputeDevices

Modul

Foundation


KlassenKlassen | | Operatoren