Function holoscan::gxf::create_name(const char *, const std::string&)

std::string holoscan::gxf::create_name(const char *prefix, const std::string &name)

Create a name from the prefix and the name.

Parameters
  • prefix – The prefix string.

  • name – The name.

Returns

The created name (<prefix>_<name>).

Previous Function holoscan::gxf::create_name(const char *, int)
Next Template Function holoscan::gxf::find_component_handle
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.