summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
Commit message (Collapse)AuthorAgeFilesLines
* AM: Version upgrade 7.8 -> 8.0HEAD8.0masterMartin Koch, ESE GmbH2020-07-241-1/+1
| | | | | | | - IAmControl 5.3 -> 6.0 - IAmRouting 5.0 -> 6.0 Signed-off-by: Martin Koch, ESE GmbH <martin.koch@ese.de>
* AM: fix const handle in transferConnection family of functionsMartin Koch2020-07-011-1/+1
| | | | Signed-off-by: Martin Koch <martin.koch@ese.de>
* AM: change handling or registerEarlyConnectionMartin Koch2020-07-011-1/+8
| | | | | | | | - 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>
* Documentation: Include details of early-audio implementationMartin Koch2020-07-011-0/+4
| | | | Signed-off-by: Martin Koch <martin.koch@ese.de>
* Add support for announcement and handling of pre-established audio ↵Martin Koch2020-07-011-0/+45
| | | | | | | | | | | | | | | | | | | 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>
* 7.8.07.8.0Martin Koch2020-05-201-1/+1
| | | | | | | | - additional build options - typo corrections in CAmSerialzer - typo correction in IAmControl.h (interface version incremented -> 5.3) Signed-off-by: Martin Koch <martin.koch@ese.de>
* legacy redirection for typo correctiondaduki2020-05-131-0/+5
| | | | | | | legacy redirection for typo correction for the chage : from : changDomainStateDB to : changeDomainStateDB
* typo changDomainStateDB > changeDomainStateDBdaduki2020-05-111-1/+1
| | | typo changDomainStateDB > changeDomainStateDB
* AM: add plural form of setSystemProperties for global configuration ↵Martin Koch2020-01-171-0/+11
| | | | | | | | | | | | attributes to command and control interface - implement plural form of requests and acknowledgments in core - provide empty default implementations in interfaces to ensure backward compatibility with older plugins - accommodate extension in module tests Main purpose of this extension is to allow for one-shot (uninterrupted), consistent change of multiple, possibly interrelated configuration attributes. Signed-off-by: Martin Koch <mkoch@de.adit-jv.com>
* AM: add plural form of set...SoundProperties for sources and sinks to ↵Martin Koch2020-01-171-1/+23
| | | | | | | | | | | | | command and control interface - implement plural form of requests and acknowledgments in core - provide empty default implementations in interfaces to ensure backward compatibility with older plugins - accommodate extensions in module tests - leave existing singular form untouched Main purpose of this extension is to allow for one-shot (uninterrupted), consistent change of multiple, possibly interrelated sound properties. Signed-off-by: Martin Koch <mkoch@de.adit-jv.com>
* some updates of the fixChristian Linke2016-06-211-1/+4
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-171-0/+6
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* * Bug fix 392. Some improvements regarding failed transactions in the router.Christian Linke2015-11-041-1/+6
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Remove nodestatemanager7.2Christian Linke2015-09-221-72/+0
| | | | | | Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * now only 3 header files are generated. Send and Receive interface s in ↵Christian Linke2015-03-241-0/+1036
one. TimingInformation for a single connections is now reported to the controller plugin Signed-off-by: Christian Linke <christian.linke@bmw.de>