From 0a2332e2d1dff649b02c6a4e516df6f9c1cc620a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Apr 2025 11:08:06 +0200 Subject: refine diagrams --- Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml | 8 ++++---- .../voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'Mussel') diff --git a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml index e65d30c..3f033d1 100644 --- a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml +++ b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml @@ -1,10 +1,10 @@ @startuml 'start -:instantiate object; -:instantiate network; +:instantiate mussel object; +:instantiate bluetooth object; group init -:activate object; -:setup network beacon service; +:setup mussel sensors; +:setup bluetooth beacon; end group split while (each 500ms) diff --git a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml index abcd9f6..caafc05 100644 --- a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml +++ b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml @@ -1,14 +1,16 @@ @startuml 'start -:instantiate object; -:instantiate network; +:instantiate mussel object; +:instantiate bluetooth object; group init -:activate object; -:setup network beacon scanner; +:setup mussel voting; +:setup bluetooth scanner; end group split while (each beacon detected) +group "bluetooth callback" { :collect beacon data; +end group endwhile -[hidden]-> kill -- cgit v1.2.3