From: <jac...@us...> - 2013-04-02 15:50:20
|
Revision: 3133 http://sourceforge.net/p/openlcb/svn/3133 Author: jacobsen Date: 2013-04-02 15:50:17 +0000 (Tue, 02 Apr 2013) Log Message: ----------- first draft, not happy with handling of globals Added Paths: ----------- trunk/specs/drafts/mscgen/FindClockGetTime.msc trunk/specs/drafts/mscgen/FindClockGetTime.png Added: trunk/specs/drafts/mscgen/FindClockGetTime.msc =================================================================== --- trunk/specs/drafts/mscgen/FindClockGetTime.msc (rev 0) +++ trunk/specs/drafts/mscgen/FindClockGetTime.msc 2013-04-02 15:50:17 UTC (rev 3133) @@ -0,0 +1,29 @@ +# MSC for a clock display starting up +msc { + hscale = "1"; + + o [label = "Other Nodes"], d [ label="Clock Display" ], g [ label="Clock Generator"] ; + + # Small gap + |||; + + d->* [ label = "IdentifyProducers(global): Clock Event" ] ; + g->* [ label = "ProducerIdentified(global): Clock Event" ] ; + + --- [ label = "Display now has node ID for clock generator" ] ; + + d->g [ label = "IdentifyEvents" ] ; + g->* [ label = "ProducerRangeIdentified(global) : all produced events" ] ; + g->* [ label = "ProducerIdentifiedValid(global) : current time" ] ; + g->* [ label = "ProducerIdentifiedValid(global) : current date" ] ; + g->* [ label = "ProducerIdentifiedValid(global) : current year" ] ; + g->* [ label = "ProducerIdentifiedValid(global) : current rate" ] ; + + --- [ label = "Display now proper time, date and rate" ] ; + + ... ; + g->* [ label = "ProducerConsumerEventReport(global) : Time Event" ] ; + ... ; + g->* [ label = "ProducerConsumerEventReport(global) : Time Event" ] ; + +} Added: trunk/specs/drafts/mscgen/FindClockGetTime.png =================================================================== (Binary files differ) Index: trunk/specs/drafts/mscgen/FindClockGetTime.png =================================================================== --- trunk/specs/drafts/mscgen/FindClockGetTime.png 2013-04-02 15:49:51 UTC (rev 3132) +++ trunk/specs/drafts/mscgen/FindClockGetTime.png 2013-04-02 15:50:17 UTC (rev 3133) Property changes on: trunk/specs/drafts/mscgen/FindClockGetTime.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |