Function sdv::core::CreateUtility#

Function Documentation#

inline TObjectPtr sdv::core::CreateUtility(const std::string &rssUtilityName, const std::string &rssUtilityConfig = std::string())#

Create a utility.

Parameters:
  • rssUtilityName[in] Reference to the utility name.

  • rssUtilityConfig[in] Optional reference to the utility configuration.

Returns:

Smart pointer to the utility or NULL when the utility could not be found.