Function holoscan::gxf::add_connection
- Defined in File gxf_utils.hpp 
- 
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.