AudioManager
7.6.6
Native Application Runtime Environment
|
SPDX license identifier: MPL-2.0. More...
#include "audiomanagertypes.h"
#include <map>
#include <vector>
#include <string>
#include <iostream>
#include <functional>
#include <memory>
#include <assert.h>
#include <algorithm>
#include "audiomanagerconfig.h"
Go to the source code of this file.
Classes | |
class | am::IAmDatabaseHandler |
This class handles and abstracts the database. More... | |
class | am::IAmDatabaseHandler::IAmDatabaseObserver |
Database observer protocol. More... | |
Namespaces | |
am | |
A Common-API wrapper class, which loads the common-api runtime and instantiates all necessary objects. | |
Typedefs | |
typedef std::map< am_gatewayID_t, std::vector< bool > > | am::ListConnectionFormat |
type for list of connection formats More... | |
SPDX license identifier: MPL-2.0.
Copyright (C) 2012, BMW AG
This file is part of GENIVI Project AudioManager.
Contributions are licensed to the GENIVI Alliance under one or more Contribution License Agreements.
For further information see http://www.genivi.org/.
Definition in file IAmDatabaseHandler.h.