summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
diff options
context:
space:
mode:
authorMartin Koch <martin.koch@ese.de>2020-06-22 16:11:51 +0200
committerMartin Koch <martin.koch@ese.de>2020-07-01 14:37:32 +0200
commit6e8d0032441680b65804ef0643c15be5db8fd224 (patch)
treec38fd6ddc30a53b332960858f3f8a399bbd6e46d /include/IAmControl.h
parent066c3f7f16ef69e80376942e8d6b8c4944b8ed08 (diff)
downloadaudiomanager-6e8d0032441680b65804ef0643c15be5db8fd224.tar.gz
Documentation: Include details of early-audio implementation
Signed-off-by: Martin Koch <martin.koch@ese.de>
Diffstat (limited to 'include/IAmControl.h')
-rw-r--r--include/IAmControl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/IAmControl.h b/include/IAmControl.h
index e8545ad..d393b56 100644
--- a/include/IAmControl.h
+++ b/include/IAmControl.h
@@ -557,6 +557,7 @@ public:
/**
* Hand-over to routing-side application any connection meant to survive AM shutdown
+ * (see page @ref early)
*
* @param handle: composite identifier used to map the response
* @param domainID: target domain which shall take over
@@ -564,6 +565,9 @@ public:
*
* @return E_OK if command was forwarded to routing adapter successfully,
* E_COMMUNICATION or other meaningful value otherwise
+ *
+ * @note Success of the responsibility transfer itself is acknowledged through corresponding
+ * function @ref am::IAmControlSend::cbAckTransferConnection "cbAckTransferConnection()".
*/
virtual am_Error_e transferConnection(const am_Handle_s handle
, am_mainConnectionID_t mainConnectionID, am_domainID_t domainID) = 0;