AudioManager
7.6.6
Native Application Runtime Environment
|
SPDX license identifier: MPL-2.0. More...
#include <deque>
#include <cassert>
#include <memory>
#include <stdexcept>
#include <unistd.h>
#include "CAmDltWrapper.h"
#include "CAmSocketHandler.h"
Go to the source code of this file.
Classes | |
struct | indices< Is > |
Helper structures used within std::bind for automatically identification of all placeholders. More... | |
struct | build_indices< N, Is > |
struct | build_indices< 0, Is... > |
struct | placeholder< I > |
struct | std::is_placeholder<::placeholder< I > > |
class | am::V1::CAmSerializer |
class | am::V2::CAmSerializer |
Namespaces | |
am | |
A Common-API wrapper class, which loads the common-api runtime and instantiates all necessary objects. | |
am::V1 | |
am::V2 | |
Macros | |
#define | DEPRECATED(MSG) |
Typedefs | |
typedef V1::CAmSerializer CAmSerializer | am::DEPRECATED("You should use V2::CAmSerializer instead!") |
SPDX license identifier: MPL-2.0.
Copyright (C) 2012-2017, BMW AG
For further information see http://www.genivi.org/.
Definition in file CAmSerializer.h.
#define DEPRECATED | ( | MSG | ) |
Definition at line 62 of file CAmSerializer.h.