Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_RegisterPulse_Deprecated

Z4Sight_RegisterPulse_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Registers a pulse in a command list.

Syntax

void avl::Z4Sight_RegisterPulse_Deprecated
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightDeviceID::Type&> inDeviceID,
	int inCommandList,
	int inCommandBit,
	avl::Z4SightPulseType::Type inPulseType,
	atl::Optional<atl::int64> inReferenceMoment,
	float inDelay,
	float inDuration
)

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const Z4SightDeviceID::Type&> NIL Device identification number.
Input value inCommandList int 1 - 2 I/O command list.
Input value inCommandBit int 0 - 7 Bit of the command list.
Input value inPulseType Z4SightPulseType::Type Type of the pulse to register.
Input value inReferenceMoment Optional<int64> NIL Value of counter for which the command is to be registered (in seconds or counts).
Input value inDelay float 0.0 - 0.0f Delay from the specified counter value.
Input value inDuration float 0.0 - 0.01f Duration of the pulse.