Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Matrox » Matrox_RegisterPulse_Deprecated

Matrox_RegisterPulse_Deprecated


Header: ThirdPartySdk.h
Namespace: avl

Registers a pulse in a command list.

Syntax

void avl::Matrox_RegisterPulse_Deprecated
(
	Matrox_State& ioState,
	atl::Optional<const avl::MatroxDeviceID::Type&> inDeviceID,
	int inCommandList,
	int inCommandBit,
	avl::MatroxPulseType::Type inPulseType,
	atl::Optional<atl::int64> inReferenceMoment,
	float inDelay,
	float inDuration
)

Parameters

Name Type Range Default Description
Input will be modified
ioState Matrox_State& Object used to maintain state of the function.
Input value
inDeviceID Optional<const MatroxDeviceID::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 MatroxPulseType::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.