Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_RegisterStartTimerWatcher
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Register hook function and invoke command.
Syntax
void fil::Z4Sight_RegisterStartTimerWatcher ( Z4Sight_State& ioState, ftl::Optional<const fil::Z4SightSystemAndDeviceIdentifier&> inDeviceID, ftl::Optional<int> inInputQueueSize, int inTimer, const ftl::Array<fil::Z4SightHook>& inHooks )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const Z4SightSystemAndDeviceIdentifier&> | NIL | Device identification number. | |
![]() |
inInputQueueSize | Optional<int> | NIL | Capacity of output frames queue. | |
![]() |
inTimer | int | 1 - 16 | Timer to watch. | |
![]() |
inHooks | const Array<Z4SightHook>& | Hook to perform and latch to watch. |