AudioManager
7.6.6
Native Application Runtime Environment
|
SPDX license identifier: MPL-2.0. More...
#include "CAmRoutingSender.h"
#include <utility>
#include <dirent.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dlfcn.h>
#include <cassert>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include "CAmRoutingReceiver.h"
#include "TAmPluginTemplate.h"
#include "CAmDltWrapper.h"
#include "IAmDatabaseHandler.h"
Go to the source code of this file.
Namespaces | |
am | |
A Common-API wrapper class, which loads the common-api runtime and instantiates all necessary objects. | |
Macros | |
#define | REQUIRED_INTERFACE_VERSION_MAJOR 1 |
major interface version. All versions smaller than this will be rejected More... | |
#define | REQUIRED_INTERFACE_VERSION_MINOR 0 |
minor interface version. All versions smaller than this will be rejected More... | |
#define | __METHOD_NAME__ std::string (std::string("CAmRoutingSender::") + __func__) |
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 CAmRoutingSender.cpp.
#define __METHOD_NAME__ std::string (std::string("CAmRoutingSender::") + __func__) |
Definition at line 46 of file CAmRoutingSender.cpp.
#define REQUIRED_INTERFACE_VERSION_MAJOR 1 |
major interface version. All versions smaller than this will be rejected
Definition at line 43 of file CAmRoutingSender.cpp.
#define REQUIRED_INTERFACE_VERSION_MINOR 0 |
minor interface version. All versions smaller than this will be rejected
Definition at line 44 of file CAmRoutingSender.cpp.