Function holoscan::gxf::create_name(const char *, int)

std::string holoscan::gxf::create_name(const char *prefix, int index)

Create a name from the prefix and the index.

Parameters
  • prefix – The prefix string.

  • index – The index.

Returns

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

Previous Function holoscan::gxf::add_entity_group
Next Function holoscan::gxf::create_name(const char *, const std::string&)
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.