Function holoscan::gxf::create_gxf_component

inline void holoscan::gxf::create_gxf_component(gxf_context_t context, const char *component_type_name, const char *component_name, gxf_uid_t eid, gxf_uid_t *cid)

Create a GXF Component.

Parameters
  • context – The GXF context.

  • component_type_name – The GXF Component type.

  • component_name – The name of the component.

  • eid – The entity ID to which the component will be added.

  • cid – The newly created component’s ID will be returned here.

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.