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

Holoscan v0.6
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-2023, NVIDIA. Last updated on Feb 9, 2024.