holoscan::gxf::find_component_handle
holoscan::gxf::find_component_handle
Return a component ID from the handle name.
This method parses the handle name and interprets it as either a component name in the current entity, or as a composed string of the form ‘entity_name/component_name’. This method reuses a logic from the GXF SDK.
Returns: The component ID referenced by the key.
Parameters
context
The GXF context.
component_uid
The component ID of the component that contains the parameter.
key
The key of the parameter.
tag
The handle name.
prefix
The prefix of the component name.