16 #ifndef AACE_VEHICLE_CONFIG_VEHICLE_CONFIGURATION_H 17 #define AACE_VEHICLE_CONFIG_VEHICLE_CONFIGURATION_H 21 #include "AACE/Core/EngineConfiguration.h" 148 const std::vector<VehicleProperty>& propertyList);
166 const std::string& operatingCountry);
184 stream <<
"GEOGRAPHY";
190 stream <<
"OPERATING_SYSTEM";
193 stream <<
"HARDWARE_ARCH";
196 stream <<
"LANGUAGE";
199 stream <<
"MICROPHONE";
202 stream <<
"COUNTRY_LIST";
205 stream <<
"VEHICLE_IDENTIFIER";
215 #endif // AACE_VEHICLE_CONFIG_VEHICLE_CONFIGURATION_H static std::shared_ptr< aace::core::config::EngineConfiguration > createOperatingCountryConfig(const std::string &operatingCountry)
static std::shared_ptr< aace::core::config::EngineConfiguration > createVehicleInfoConfig(const std::vector< VehicleProperty > &propertyList)
Definition: AddressBook.h:26
std::pair< VehiclePropertyType, std::string > VehicleProperty
Definition: VehicleConfiguration.h:116
VehiclePropertyType
Definition: VehicleConfiguration.h:37
Definition: VehicleConfiguration.h:32