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

Holoscan 1.0.3
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>).

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