Function holoscan::gxf::create_name(const char *, const std::string&)
Defined in File gxf_utils.hpp
- 
std::string holoscan::gxf::create_name(const char *prefix, const std::string &name)
 Create a name from the prefix and the name.
- Parameters
 prefix – The prefix string.
name – The name.
- Returns
 The created name (
<prefix>_<name>).