Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Matrox » Matrox_GetCounterReferenceValue_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets the I/O command list's internal counter value at the current moment.
Syntax
void fil::Matrox_GetCounterReferenceValue_Deprecated ( Matrox_State& ioState, ftl::Optional<const fil::MatroxDeviceID::Type&> inDeviceID, int inCommandList, ftl::int64& outReferenceValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Matrox_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const MatroxDeviceID::Type&> | NIL | Device identification number. | |
![]() |
inCommandList | int | 1 - 2 | I/O command list. | |
![]() |
outReferenceValue | int64& | Command list's internal counter value. |