Blame view

doc/uml/activities/monitoring/init_system_act.txt 579 Bytes
64fc9a89   Etienne Pallier   - un peu de refac...
1
2
3
4
5
TODO:
- start Monitoring 
- start a scheduling (en faisant un "start Majordome" et non pas un "start Monitoring", car c'est le majordome qui doit lancer le premier scheduling)
- tester si la nuit a déjà commencé !! (ça sera le cas si on redémarre le système pendant la nuit)

164eebbd   haribo   UML and comments
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@startuml

title Initialize system

(*) --> "Initialize instruments connection"
	--> "Configure instruments"
	--> "Update softwares versions"
	--> "Compute night start & end"
	--> [Wait for devices to be ready] ===1===
	--> "Start alert listener"
	--> "Timers loop"
	-up-> "Timers loop"
	

@enduml