summaryrefslogtreecommitdiff
path: root/include/IAmCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* AM: add plural form of setSystemProperties for global configuration ↵Martin Koch2020-01-171-1/+10
| | | | | | | | | | | | 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/+21
| | | | | | | | | | | | | 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>
* correct my whitespace stuffChristian Linke2015-10-071-379/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Implement IAmCommand getVolume method7.3Pau Espin Pedrol2015-10-071-1/+383
|
* * now only 3 header files are generated. Send and Receive interface s in ↵Christian Linke2015-03-241-0/+375
one. TimingInformation for a single connections is now reported to the controller plugin Signed-off-by: Christian Linke <christian.linke@bmw.de>