AudioManager
7.6.6
Native Application Runtime Environment
|
SPDX license identifier: MPL-2.0. More...
#include "CAmCommandSender.h"
#include <dirent.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sstream>
#include <string>
#include <cstring>
#include <stdexcept>
#include "CAmCommandReceiver.h"
#include "TAmPluginTemplate.h"
#include "CAmDltWrapper.h"
#include "audiomanagerconfig.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 | __METHOD_NAME__ std::string (std::string("CAmCommandSender::") + __func__) |
#define | CALL_ALL_INTERFACES(...) |
macro to call all interfaces 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 CAmCommandSender.cpp.
#define __METHOD_NAME__ std::string (std::string("CAmCommandSender::") + __func__) |
Definition at line 38 of file CAmCommandSender.cpp.
#define CALL_ALL_INTERFACES | ( | ... | ) |
macro to call all interfaces
Definition at line 46 of file CAmCommandSender.cpp.