From 16beb3f1f3ce870611a79a7ea5c377654143d277 Mon Sep 17 00:00:00 2001 From: Jacqueline Molz Date: Mon, 26 Feb 2018 10:02:29 +0100 Subject: updated docs --- CAmTelnetServer_8cpp.html | 193 ---------------------------------------------- 1 file changed, 193 deletions(-) delete mode 100644 CAmTelnetServer_8cpp.html (limited to 'CAmTelnetServer_8cpp.html') diff --git a/CAmTelnetServer_8cpp.html b/CAmTelnetServer_8cpp.html deleted file mode 100644 index 5688856..0000000 --- a/CAmTelnetServer_8cpp.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -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