Function holoscan::gxf::create_name(const char *, int)
Defined in File gxf_utils.hpp
-
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>
).