From 1111f28e3693ee0f296819654a5c35fe147c395d Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:11:30 -0700 Subject: add doxygen documentation for github Signed-off-by: Christian as GENIVI Maintainer --- docs/CAmRoutingSender_8cpp.html | 205 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 docs/CAmRoutingSender_8cpp.html (limited to 'docs/CAmRoutingSender_8cpp.html') diff --git a/docs/CAmRoutingSender_8cpp.html b/docs/CAmRoutingSender_8cpp.html new file mode 100644 index 0000000..5d0c9d9 --- /dev/null +++ b/docs/CAmRoutingSender_8cpp.html @@ -0,0 +1,205 @@ + + + + + + +AudioManager: AudioManagerCore/src/CAmRoutingSender.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CAmRoutingSender.cpp File Reference
+
+
+ +

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...
 
+

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

+

Macro Definition Documentation

+ +
+
+ + + + +
#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.

+ +
+
+
+
+ + + + -- cgit v1.2.1