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/CAmCommandSender_8cpp.html | 194 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 docs/CAmCommandSender_8cpp.html (limited to 'docs/CAmCommandSender_8cpp.html') diff --git a/docs/CAmCommandSender_8cpp.html b/docs/CAmCommandSender_8cpp.html new file mode 100644 index 0000000..fd17a87 --- /dev/null +++ b/docs/CAmCommandSender_8cpp.html @@ -0,0 +1,194 @@ + + + + + + +AudioManager: AudioManagerCore/src/CAmCommandSender.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CAmCommandSender.cpp File Reference
+
+
+ +

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 CALL_ALL_INTERFACES(...)
 macro to call all interfaces 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 CAmCommandSender.cpp.

+

Macro Definition Documentation

+ +
+
+ + + + + + + + +
#define CALL_ALL_INTERFACES( ...)
+
+Value:
std::vector<IAmCommandSend*>::iterator iter = mListInterfaces.begin(); \
+
std::vector<IAmCommandSend*>::iterator iterEnd = mListInterfaces.end(); \
+
for (; iter<iterEnd;++iter) \
+
{ \
+
(*iter)->__VA_ARGS__; \
+
}
+
+

macro to call all interfaces

+ +

Definition at line 44 of file CAmCommandSender.cpp.

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