FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSystem_EngageNodes ( kSystem  system,
k64u  startTime,
k64s  startEncoder 
)

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.

Parameters
systemSystem object.
startTimeSystem start time (FS us), or k64U_NULL for auto-synchronized start.
startEncoderSystem start encoder (ticks), or k64S_NULL for auto-synchronized start.
Returns
Operation status.