Function holoscan::gxf::add_connection

inline gxf_result_t holoscan::gxf::add_connection(gxf_context_t context, gxf_uid_t source_cid, gxf_uid_t target_cid)

Add a connection between two components.

Parameters
  • context – The GXF context.

  • source_cid – The source component ID.

  • target_cid – The target component ID.

Returns

The result code.

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.