Populates a <StrList> and <Int32Array> with <TimerNode> mode names and mode indices.
int32 GetModeInfo( StrList p_slModeNames, Int32Array p_aiModeIndices, TypeInfoArray p_aoTypes )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | p_slModeNames | A pointer to the <StrList> you wish to populate with <TimerNode> mode names. |
| <Int32Array> | p_aiModeIndices | A pointer to the <Int32Array> you wish to populate with <TimerNode> mode indices. |
| <TypeInfoArray> | p_aoTypes | The <TypeInfoArray> you wish to populate with <TimerNode> mode <DataCapture> compatibility types. This will always be populated with <Float32Node>. |
None published. Please look for an example in the Simdify Scripting Language code base.