Schedules the system to start at the specified time or location. Uses the trigger mode of the system to determine which target to use, defaulting to time for randomly occuring trigger types. This command changes the state of the sensor to running immediately, but the system doesn't actually begin until the target is met.
Go2Status Go2System_ScheduledStart(Go2System system, Go2Int64 timeTarget, Go2Int64 encoderTarget);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
Go2Int64 timeTarget |
Specify start time target (uS). |
|
Go2Int64 encoderTarget |
Specify start encoder target (ticks). |
Operation status.
Go2System.h