Commit 9a8d30572eeba32250884a84df3a22e3cefc20ca

Authored by Etienne Pallier
1 parent 76c1ad1f
Exists in dev

update diag uml

src/core/pyros_django/majordome/doc/AgentMajordome_object_diag.pu
... ... @@ -68,7 +68,7 @@ AgentMajordome -d-> AD_Shutter2 : sends cmd to
68 68 class DeviceController {
69 69 ip, port
70 70 channel: ClientChannel
71   - protocol: Protocol
  71 + protocol: Protocol # abstract
72 72 gen2nat_cmds # abstract
73 73 }
74 74  
... ... @@ -117,7 +117,7 @@ AgentDeviceGemini "1" o--- "1" DC_Gemini :use
117 117 /' Controllers '/
118 118 class DC_Gemini {
119 119 (client)
120   - protocol: Protocol
  120 + protocol: Protocol # gemini
121 121 gen2nat_cmds # gemini
122 122 }
123 123 class DC_Gemini <<Singleton>> #lightblue
... ... @@ -129,6 +129,8 @@ DC_Mount --|&gt; DeviceController
129 129 /' Simulators '/
130 130 class DS_Gemini {
131 131 (server)
  132 + protocol: Protocol # gemini
  133 + gen2nat_cmds # gemini
132 134 }
133 135 class DS_Gemini #lightblue
134 136 DS_Gemini ---|> DeviceSimulator
... ... @@ -153,7 +155,7 @@ DC_SBIG &quot;1&quot; o- &quot;1&quot; DS_SBIG
153 155  
154 156 class DC_SBIG {
155 157 (client)
156   - protocol: Protocol
  158 + protocol: Protocol # sbig
157 159 gen2nat_cmds # sbig
158 160 }
159 161 class DC_SBIG <<Singleton>> #lightgreen
... ... @@ -171,6 +173,8 @@ DC_FilterSelector --|&gt; DeviceController
171 173 /' Simulators '/
172 174 class DS_SBIG {
173 175 (server)
  176 + protocol: Protocol # sbig
  177 + gen2nat_cmds # sbig
174 178 }
175 179 class DS_SBIG #lightgreen
176 180 DS_SBIG ---|> DeviceSimulator
... ...