All the methods related to nodes managed by GenApi.
◆ NODE_CommandExecute()
ITALA_API_C ItalaError NODE_CommandExecute |
( |
H_NODE |
hNode | ) |
|
Execute the action associated with the command node.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a Command node. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
◆ NODE_CommandIsDone()
ITALA_API_C ItalaError NODE_CommandIsDone |
( |
H_NODE |
hNode, |
|
|
bool * |
pIsDone |
|
) |
| |
Get if the execution of the node is completed or not.
- Parameters
-
[in] | hNode | Handle to Node instance, should be a Command node. |
[out] | pIsDone | Execution has been completed. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.