Mettre à jour 'conception/th_manageRobot.txt'
This commit is contained in:
parent
ebe5dc44de
commit
9f2301699b
1 changed files with 2 additions and 1 deletions
|
@ -3,11 +3,12 @@ skinparam monochrome true
|
||||||
start
|
start
|
||||||
|
|
||||||
while ()
|
while ()
|
||||||
:startRobot?;
|
:openComRobot?;
|
||||||
:err = robot.Open();
|
:err = robot.Open();
|
||||||
if (err) then (robot_ok)
|
if (err) then (robot_ok)
|
||||||
:msgSend = new Message(MESSAGE_ANSWER_ACK);
|
:msgSend = new Message(MESSAGE_ANSWER_ACK);
|
||||||
:messageToMon!msgSend;
|
:messageToMon!msgSend;
|
||||||
|
:startRobot?;
|
||||||
if (watchdogMode) then (WITH_WATCHDOG)
|
if (watchdogMode) then (WITH_WATCHDOG)
|
||||||
:msgSend = robot.Write(new Message(MESSAGE_ROBOT_START_WITH_WD));
|
:msgSend = robot.Write(new Message(MESSAGE_ROBOT_START_WITH_WD));
|
||||||
else (WITHOUT_WATCHDOG)
|
else (WITHOUT_WATCHDOG)
|
||||||
|
|
Loading…
Reference in a new issue