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

inline 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>).

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.