User Tools

Site Tools


doc:dev_roadmap

This is an old revision of the document!


<graphviz dot right > digraph finite_state_machine { # rankdir=LR; # size=“9,5”

      Fn [shape = circle; label = "Feature" ; fontcolor= green];
      F1 [label = "simple\nData IO" ; shape = circle; fontcolor= red];
      F2 [label = "primitive\nFlashing" ; shape = circle; fontcolor= red];
Tn [label = "Work task" ; shape = box; fontcolor= green];
Tb [label = "Black\nnothing done yet" ; shape = box; fontcolor= black];
Tr [label = "Red\nconcept & studies" ; shape = box; fontcolor= red];
Ty [label = "Yellow\nPartial / Beta" ; shape = box; fontcolor= yellow];
Tg [label = "Green\nin use" ; shape = box; fontcolor= Green];
T1 [label = "file\nroutines" ; shape = box; fontcolor= red];
T2 [label = "Buffers" ; shape = box; fontcolor= red];

T1 → F1; F1 → T2; T2 → F2; } </graphviz>

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
doc/dev_roadmap.1408861400.txt.gz · Last modified: 2014/08/24 08:23 by admin