summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-02-07 10:16:56 +0100
committerChristian Linke <christian.linke@bmw.de>2013-02-07 10:16:56 +0100
commit81f532ef9954dd61fcd975a2aaf3f1b86a320454 (patch)
tree871cefd9d98f4cfbab0771b8eb1e2e1818124644 /AudioManagerDaemon/docx/14_z_nodeStateManagement.dox
parent196282dd153ecf292bae6b1c7e3cf6cfe35c5ce3 (diff)
downloadaudiomanager-81f532ef9954dd61fcd975a2aaf3f1b86a320454.tar.gz
* enhancing documentation
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/docx/14_z_nodeStateManagement.dox')
-rw-r--r--AudioManagerDaemon/docx/14_z_nodeStateManagement.dox8
1 files changed, 5 insertions, 3 deletions
diff --git a/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox b/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox
index 4e7d3e3..216338a 100644
--- a/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox
+++ b/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox
@@ -26,10 +26,12 @@ It is the job of am::CAmNodeStateCommunicator to interact with the nodestatemana
The ControllerPlugin can register by the NSM to be informed when a shutdown will occour. For this, the Audiomanager presents an DBus interface, defined in LifeCycleConsumer.xml that will be called from the NSM during a shutdown,
but only after the Controller registered by the NSM via am::CAmNodeStateCommunicator::nsmRegisterShutdownClient.\n
The controller has to answer this request during the timeout with am::CAmNodeStateCommunicator::nsmSendLifecycleRequestComplete .
-For more information, check am::CAmNodeStateCommunicator and http://projects.genivi.org
-Here is an overview of the relations between AudioManager and NSM:
+For more information, check am::CAmNodeStateCommunicator and http://projects.genivi.org\n
+\section nsm_overview Overview of the relations between AudioManager and NSM:
\image html NodeStateManagementRelations.png
-Here is the sequence that is used to do handle the lifecyclerequests:
+\section nsm_reg Registering at startup
+\image html Registrations.png
+\section nsm_lifec Handling of Lifecyclerequests:
\image html Lifecylerequest.png
*/