ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::base | |
Namespace for the ADTF Base SDK. | |
adtf::base::ant | |
Namespace for all functionality of the ADTF Base SDK provided since v3.0. | |
adtf::base::ant::detail | |
Namespace for all internally used functionality implemented. | |
adtf::base::catwo | |
Namespace for all functionality of the ADTF Base SDK provided since v3.2. | |
adtf::base::flash | |
Namespace for all functionality of the ADTF Base SDK provided since v3.5. | |
adtf::base::giant | |
Namespace for all functionality of the ADTF Base SDK provided since v3.6. | |
adtf::base::giant::detail | |
Namespace for all internally used functionality implemented. | |
adtf::base::hollow | |
Namespace for all functionality of the ADTF Base SDK provided since v3.7. | |
Functions | |
template<typename VALUETYPE > | |
VALUETYPE | get_property (const IConfiguration &oConfiguration, const char *strNameOfValue, VALUETYPE oDefaultValue) |
Get the property content converted to the VALUETYPE . More... | |
template<typename VALUETYPE > | |
VALUETYPE | get_property (const IConfiguration &oConfiguration, const char *strNameOfValue) |
Get the property converted to the VALUETYPE . More... | |
template<typename VALUETYPE > | |
tResult | set_property (IConfiguration &oConfiguration, const char *strNameOfValue, VALUETYPE oValue) |
Set the property. More... | |
tResult | set_property (IConfiguration &oConfiguration, const char *strNameOfValue, const char *poValue) |
Set the property of type string for a const char* parameter poValue . More... | |
template<typename VALUETYPE > | |
tResult | set_property_by_path (IConfiguration &oConfiguration, const char *strPathAndName, VALUETYPE oValue) |
template<typename VALUETYPE > | |
VALUETYPE | get_property_by_path (const IConfiguration &oConfiguration, const char *strPathAndName, VALUETYPE oDefaultValue) |
template<typename VALUETYPE > | |
VALUETYPE | get_property_by_path (const IConfiguration &oConfiguration, const char *strPathAndName) |
template<typename T , typename ValueType > | |
void | set_value_list (IProperties &oSubProperties, const std::vector< std::pair< ValueType, std::string >> &oValueList, bool bRestrictToValues=true) |
template<typename T > | |
void | set_valid_range (IProperties &oSubProperties, const T &xMin, const T &xMax) |
tResult | get_property_object_by_path (const ant::IConfiguration &oConfiguration, const char *strPropertyPathAndName, ant::IProperty &oProperty) |
Retrieves a property reference under the given oConfiguration by path. More... | |