Blame view

doc/uml/activities/observation_manager/create_calibrations_act.txt 357 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
@startuml

title Create calibration files

(*) --> "Directly give orders to the instruments to create the good file"
	--> "Wait for the file to be created"
	--> "Directly give orders to the instruments to create the good file"
	--> [All the calibrations files were created] Compute 'super' calibration files
	--> "Send 'super' files to IC"
	--> (*)

@enduml