Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_RegisterCommand
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Register command.
Syntax
void fil::Z4Sight_RegisterCommand ( Z4Sight_State& ioState, ftl::Optional<const fil::Z4SightSystemAndDeviceIdentifier&> inDeviceID, int inCommandList, const fil::Z4SightCommand& inCommand, ftl::Optional<fil::Z4SightCommandRegister::Type> inCommandRegister, ftl::Optional<int> inLatchNumber, ftl::Optional<ftl::int64> inReferenceMoment )
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. | |
![]() |
inCommandList | int | 1 - 2 | I/O command list. | |
![]() |
inCommand | const Z4SightCommand& | Command details. | ||
![]() |
inCommandRegister | Optional<Z4SightCommandRegister::Type> | NIL | Command register for auto mode. | |
![]() |
inLatchNumber | Optional<int> | 1 - 4 | NIL | Latch number, only for auto mode. |
![]() |
inReferenceMoment | Optional<int64> | 0 - ![]() |
NIL | Reference value or current if not set, only for no auto mode. |