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

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

+
#include "CAmTelnetServer.h"
+#include <cassert>
+#include <sys/socket.h>
+#include <arpa/inet.h>
+#include <sys/ioctl.h>
+#include <string.h>
+#include <netdb.h>
+#include <audiomanagerconfig.h>
+#include <errno.h>
+#include <sstream>
+#include <istream>
+#include <iostream>
+#include <iterator>
+#include <unistd.h>
+#include <stdexcept>
+#include <cstdlib>
+#include "CAmRoutingSender.h"
+#include "CAmTelnetMenuHelper.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 PRINT_BOOL(var)   var ? output+="true\t\t" : output+="false\t\t";
 
+

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
+
+Frank Herchet, frank.nosp@m..fh..nosp@m.herch.nosp@m.et@b.nosp@m.mw.de BMW 2012
+

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

+ +

Definition in file CAmTelnetServer.cpp.

+

Macro Definition Documentation

+ +
+
+ + + + + + + + +
#define PRINT_BOOL( var)   var ? output+="true\t\t" : output+="false\t\t";
+
+ +

Definition at line 50 of file CAmTelnetServer.cpp.

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