diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-02-21 18:21:51 +0100 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-02-21 18:21:51 +0100 |
commit | 817b5ead32bb080bd5a6fff26b3957d400ba598c (patch) | |
tree | 8a9ee999711a1fc2300b086d2acab558da6fded9 /AudioManagerDaemon/include/ControlReceiver.h | |
parent | e2773d0816b538c241d63054e2850e215ac96f97 (diff) | |
download | audiomanager-817b5ead32bb080bd5a6fff26b3957d400ba598c.tar.gz |
* [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for controller to call rundown on command and routing interfaces
* beautified EA generated code in comments
Diffstat (limited to 'AudioManagerDaemon/include/ControlReceiver.h')
-rw-r--r-- | AudioManagerDaemon/include/ControlReceiver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AudioManagerDaemon/include/ControlReceiver.h b/AudioManagerDaemon/include/ControlReceiver.h index 45788f5..9aec23f 100644 --- a/AudioManagerDaemon/include/ControlReceiver.h +++ b/AudioManagerDaemon/include/ControlReceiver.h @@ -112,6 +112,8 @@ public: am_Error_e getListSystemProperties(std::vector<am_SystemProperty_s>& listSystemProperties) const; void setRoutingReady(); void setCommandReady(); + void setCommandRundown(); + void setRoutingRundown(); am_Error_e getSocketHandler(SocketHandler*& socketHandler); uint16_t getInterfaceVersion() const; |