AudioManager  7.6.6
Native Application Runtime Environment
CAmControlSender.cpp File Reference

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

#include "CAmControlSender.h"
#include <cassert>
#include <fstream>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include "TAmPluginTemplate.h"
#include "CAmDltWrapper.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...
 

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 CAmControlSender.cpp.

Macro Definition Documentation

#define REQUIRED_INTERFACE_VERSION_MAJOR   1

major interface version. All versions smaller than this will be rejected

Definition at line 39 of file CAmControlSender.cpp.

#define REQUIRED_INTERFACE_VERSION_MINOR   0

minor interface version. All versions smaller than this will be rejected

Definition at line 40 of file CAmControlSender.cpp.