Function sdv::core::GetParameterExpand#
Defined in File local_service_access.h
Function Documentation#
-
inline std::string sdv::core::GetParameterExpand(const std::string &rssObjectName, const std::string &rssParamName, bool bNoExcept = true)#
Get a parameter from the object with the supplied name. Resolve enums and bitmask objects in the returned parameter string.
- Parameters:
rssObjectName – [in] Reference to the string containing the name of the object or service.
rssParamName – [in] Name of the parameter (incl. groups preceding the name and separated with a dot).
bNoExcept – [in] When set, do not trigger an std::runtime exception when the object or the parameter could not be found.
- Returns:
Returns the value of the parameter as a text string or an empty string when the object or the parameter could not be found and bNoExcept was set.