Mettre à jour 'conception/th_manageRobot.txt'

This commit is contained in:
Jean-Remy Hok 2021-03-15 10:44:36 +01:00
parent 1b216e0cf5
commit 7fcc183012

View file

@ -1,9 +1,8 @@
@startuml @startuml
skinparam monochrome true skinparam monochrome true
start start
while ()
while ()
:startRobot?; :startRobot?;
:err = robot.Open(); :err = robot.Open();
if (err) then (robot_ok) if (err) then (robot_ok)
@ -26,6 +25,6 @@
:messageToMon!msgSend; :messageToMon!msgSend;
endif endif
endwhile endwhile
stop stop
@enduml @enduml