Function sdv::core::GetParameter(const std::string&, const std::string&, bool)#
Defined in File local_service_access.h
Function Documentation#
-
inline any_t sdv::core::GetParameter(const std::string &rssObjectName, const std::string &rssParamName, bool bNoExcept = true)#
Get a parameter from the object with the supplied name.
- 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 or an empty any_t when the object or the parameter could not be found and bNoExcept was set.