From 67f4b9a5eaef56fb86c056f5c2eefde7a2c3bc87 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 31 Jan 2013 13:43:42 +0100 Subject: * updated documentation to match foton release Signed-off-by: Christian Linke --- .../docx/14_z_nodeStateManagement.dox | 5 ++++- AudioManagerDaemon/docx/images/AudioManagement.png | Bin 21217 -> 34386 bytes AudioManagerDaemon/docx/images/ClassDiagramm.png | Bin 211194 -> 220221 bytes AudioManagerDaemon/docx/images/Lifecylerequest.png | Bin 0 -> 48509 bytes .../docx/images/NodeStateManagementRelations.png | Bin 0 -> 19326 bytes AudioManagerDaemon/docx/images/daemon_insight.png | Bin 33062 -> 50992 bytes AudioManagerDaemon/docx/images/dependencies.png | Bin 28511 -> 33324 bytes .../docx/images/dependencies_test.png | Bin 29015 -> 53955 bytes 8 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 AudioManagerDaemon/docx/images/AudioManagement.png create mode 100755 AudioManagerDaemon/docx/images/Lifecylerequest.png create mode 100755 AudioManagerDaemon/docx/images/NodeStateManagementRelations.png mode change 100644 => 100755 AudioManagerDaemon/docx/images/daemon_insight.png mode change 100644 => 100755 AudioManagerDaemon/docx/images/dependencies_test.png diff --git a/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox b/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox index 2e9150e..4e7d3e3 100644 --- a/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox +++ b/AudioManagerDaemon/docx/14_z_nodeStateManagement.dox @@ -27,6 +27,9 @@ The ControllerPlugin can register by the NSM to be informed when a shutdown will 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: +\image html NodeStateManagementRelations.png +Here is the sequence that is used to do handle the lifecyclerequests: +\image html Lifecylerequest.png */ diff --git a/AudioManagerDaemon/docx/images/AudioManagement.png b/AudioManagerDaemon/docx/images/AudioManagement.png old mode 100644 new mode 100755 index 8d74798..f3b4cdd Binary files a/AudioManagerDaemon/docx/images/AudioManagement.png and b/AudioManagerDaemon/docx/images/AudioManagement.png differ diff --git a/AudioManagerDaemon/docx/images/ClassDiagramm.png b/AudioManagerDaemon/docx/images/ClassDiagramm.png index 7e75568..63f048b 100755 Binary files a/AudioManagerDaemon/docx/images/ClassDiagramm.png and b/AudioManagerDaemon/docx/images/ClassDiagramm.png differ diff --git a/AudioManagerDaemon/docx/images/Lifecylerequest.png b/AudioManagerDaemon/docx/images/Lifecylerequest.png new file mode 100755 index 0000000..f6a67fc Binary files /dev/null and b/AudioManagerDaemon/docx/images/Lifecylerequest.png differ diff --git a/AudioManagerDaemon/docx/images/NodeStateManagementRelations.png b/AudioManagerDaemon/docx/images/NodeStateManagementRelations.png new file mode 100755 index 0000000..52c25c6 Binary files /dev/null and b/AudioManagerDaemon/docx/images/NodeStateManagementRelations.png differ diff --git a/AudioManagerDaemon/docx/images/daemon_insight.png b/AudioManagerDaemon/docx/images/daemon_insight.png old mode 100644 new mode 100755 index 7f4f160..78c0928 Binary files a/AudioManagerDaemon/docx/images/daemon_insight.png and b/AudioManagerDaemon/docx/images/daemon_insight.png differ diff --git a/AudioManagerDaemon/docx/images/dependencies.png b/AudioManagerDaemon/docx/images/dependencies.png index 8c44a77..d2dcddd 100755 Binary files a/AudioManagerDaemon/docx/images/dependencies.png and b/AudioManagerDaemon/docx/images/dependencies.png differ diff --git a/AudioManagerDaemon/docx/images/dependencies_test.png b/AudioManagerDaemon/docx/images/dependencies_test.png old mode 100644 new mode 100755 index b0bc123..eca6a9e Binary files a/AudioManagerDaemon/docx/images/dependencies_test.png and b/AudioManagerDaemon/docx/images/dependencies_test.png differ -- cgit v1.2.1