The functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks.
More...
The functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks.
◆ spinCommandExecute()
Executes the action associated to a command node.
- See also
- spinError
- Parameters
-
| hNode | The command node to execute |
- Returns
- spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error
- Examples
- Sequencer_C.c, Trigger_C.c, and Trigger_C_QuickSpin.c.
◆ spinCommandIsDone()
Retrieves whether or not the action of a command node has completed.
- See also
- spinError
- Parameters
-
| hNode | The command node to check |
| pValue | The boolean pointer to return whether or not the command has completed |
- Returns
- spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error