summaryrefslogtreecommitdiff
path: root/AudioManagerCore/include/CAmRoutingReceiver.h
Commit message (Collapse)AuthorAgeFilesLines
* AM: change handling or registerEarlyConnectionEarlyAudio-rebasedMartin Koch2020-06-291-1/+1
| | | | | | | | - use type am_Route_s for announcement from routing side - register also main connection internally - forward route details to controller Signed-off-by: Martin Koch <martin.koch@ese.de>
* Add support for announcement and handling of pre-established audio ↵Martin Koch2020-06-291-0/+3
| | | | | | | | | | | | | | | | | | | connections through routing side As the complete initialization of the cockpit system takes some time, a few use-cases exist where information needs to be audible (or visible) right before the system is fully started. Here we mainly have: - system alerts + door open + seat belt missing + engine faults - parking assistant warnings + rear view camera screen + beeps if distance goes below limit Both routing- and control-side are extended to allow notifying about such connections Signed-off-by: Martin Koch <martin.koch@ese.de>
* FOO: Issue #26 fix white space issues and apply new coding styleJens Lorenz2018-07-031-42/+42
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-171-0/+3
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-0/+127
* 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 <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>