AudioManager  7.6.6
Native Application Runtime Environment
CAmDbusWrapper.cpp File Reference

SPDX license identifier: MPL-2.0. More...

#include "CAmDbusWrapper.h"
#include <audiomanagerconfig.h>
#include <fstream>
#include <sstream>
#include <string>
#include <cassert>
#include <cstdlib>
#include <stdexcept>
#include "CAmDltWrapper.h"
#include "CAmSocketHandler.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 ROOT_INTROSPECT_XML
 introspectio header More...
 

Detailed Description

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.

Author
Christian Linke, chris.nosp@m.tian.nosp@m..link.nosp@m.e@bm.nosp@m.w.de BMW 2011,2012

For further information see http://www.genivi.org/.

Definition in file CAmDbusWrapper.cpp.

Macro Definition Documentation

#define ROOT_INTROSPECT_XML
Value:
DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE \
"<node>" \
"<interface name='org.AudioManager.freedesktop.DBus.Introspectable'>" \
"<method name='Introspect'>" \
" <arg name='xml_data' type='s' direction='out'/>" \
"</method>" \
"</interface>" \

introspectio header

Definition at line 41 of file CAmDbusWrapper.cpp.