ItalaApiC  1.3.3
Functions

Functions

ITALA_API_C ItalaError NODE_CommandExecute (H_NODE hNode)
 
ITALA_API_C ItalaError NODE_CommandIsDone (H_NODE hNode, bool *pIsDone)
 

Detailed Description

All the methods related to nodes managed by GenApi.

Function Documentation

◆ NODE_CommandExecute()

ITALA_API_C ItalaError NODE_CommandExecute ( H_NODE  hNode)

Execute the action associated with the command node.

Parameters
[in]hNodeHandle 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]hNodeHandle to Node instance, should be a Command node.
[out]pIsDoneExecution has been completed.
Returns
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.