Function holoscan::gxf::create_name(const char *, const std::string&)

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

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.