|
FireSync API
|
Engages all connected nodes (finalizes a start or resume operation).
This operation is performed automatically when using kSystem_Start. However, this function can be used in conjuction with kSystem_StartNodes for finer control.
The startTime and/or startEncoder arguments can be used to request that event managers using continuous control mode (kEVENT_CONTROL_CONTINUOUS) start at a specific time or location. If these arguments are omitted (null) event managers will still be synchronized, but may start at slightly different times or locations.
| system | System object. |
| startTime | System start time (FS us), or k64U_NULL for auto-synchronized start. |
| startEncoder | System start encoder (ticks), or k64S_NULL for auto-synchronized start. |