From 5bcd206b9270d9a79e212f91723ea1a08a4d4859 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 11 Feb 2016 07:28:47 +0100 Subject: * rework of the build structure, adopt to standard cmake package structure * check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke Signed-off-by: Christian Linke --- docx/08_connections.dox | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docx/08_connections.dox (limited to 'docx/08_connections.dox') diff --git a/docx/08_connections.dox b/docx/08_connections.dox new file mode 100644 index 0000000..fd8a194 --- /dev/null +++ b/docx/08_connections.dox @@ -0,0 +1,33 @@ + /* + * 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. + * + * \copyright + * This Source Code Form is subject to the terms of the + * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with + * this file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * \\author Christian Linke (christian.linke@bmw.de) + * + */ + /*! + \page connpage Connections & MainConnections + \section con Connections + A connection connects a source to a sink to let audio data flow. The direction of the flow is always source to sink. For each connection the connectionFormat + must be defined when the connection is demanded, if source or sink is not capable of supporting this format, the connection cannot be established. + ConnectionFormats are product specific, also are some standard formats defined within GENIVI that can be enhanced in the product area. Examples of formats: + analog, autodefined, stereo 48khz 16bit PCM, .... + + \section maincon Mainconnections + is visible to the HMI and consists out of one or more connections. A MainConnection shall always connect a Source and a Sink visible to the HMI. + In contradiction to connections, the MainConnection does not know about connectionFormat. MainConnections are demanded by the commandInterface. + This picture demonstrates the relation between MainConnections and connections: + \image html Levels.png + + \section att Attributes + - am::am_Connection_s describes the attributes of a conenction + - */ \ No newline at end of file -- cgit v1.2.1