Function GeniePipeline_addNode

Function Documentation

Genie_Status_t GeniePipeline_addNode(const GeniePipeline_Handle_t pipelineHandle, const GenieNode_Handle_t nodeHandle)

A function to add node to the pipeline.

Parameters
  • pipelineHandle[in] A pipeline handle.

  • nodeHandle[in] A node handle.

Returns

Status code:

  • GENIE_STATUS_SUCCESS: API call was successful.

  • GENIE_STATUS_ERROR_INVALID_HANDLE: Node/ Pipeline handle is invalid.

  • GENIE_STATUS_ERROR_INVALID_ARGUMENT: At least one argument is invalid.

  • GENIE_STATUS_ERROR_GENERAL: The OEM key could not be applied.