Compare commits
No commits in common. "721ecb61f5a0b1a5babed64d457c4cab86482217" and "ef535ba57f3490c707c0402bc2a3093a34677fed" have entirely different histories.
721ecb61f5
...
ef535ba57f
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
@startuml
|
|
||||||
skinparam monochrome true
|
|
||||||
start
|
|
||||||
while ()
|
|
||||||
:startCamera?;
|
|
||||||
:bool success = camera.start();
|
|
||||||
if (success) then (false)
|
|
||||||
:msg = new Message(MESSAGE_ANSWER_NACK);
|
|
||||||
:messageToMonitor!msg;
|
|
||||||
else (true)
|
|
||||||
:shouldSendImage = true;
|
|
||||||
:stopCamera?;
|
|
||||||
:shouldSendImage = false;
|
|
||||||
:camera.Stop();
|
|
||||||
endif;
|
|
||||||
end while;
|
|
||||||
stop
|
|
||||||
@enduml
|
|
||||||
|
|
Loading…
Reference in a new issue