urtware / doc / statediagrams / node / urtNodeInit.svg @ 056e40d2
History | View | Annotate | Download (3.979 KB)
1 | 35c9457f | Thomas Schöpping | <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="251px" preserveAspectRatio="none" style="width:413px;height:251px;" version="1.1" viewBox="0 0 413 251" width="413px" zoomAndPan="magnify"><defs><filter height="300%" id="f1fe41zbnav97i" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><text fill="#000000" font-family="sans-serif" font-size="18" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="89" x="161.25" y="26.708">µRtWare</text><text fill="#000000" font-family="sans-serif" font-size="18" lengthAdjust="spacingAndGlyphs" textLength="116" x="147.75" y="47.6611">urtNodeInit()</text><text fill="#000000" font-family="sans-serif" font-size="18" lengthAdjust="spacingAndGlyphs" textLength="0" x="208.75" y="68.6143"/><ellipse cx="291.5" cy="82.8594" fill="#000000" filter="url(#f1fe41zbnav97i)" rx="10" ry="10" style="stroke: none; stroke-width: 1.0;"/><path d="M10,117.2773 L10,142.4102 A0,0 0 0 0 10,142.4102 L206,142.4102 A0,0 0 0 0 206,142.4102 L206,135.2773 L226,129.8438 L206,127.2773 L206,127.2773 L196,117.2773 L10,117.2773 A0,0 0 0 0 10,117.2773 " fill="#FBFB77" filter="url(#f1fe41zbnav97i)" style="stroke: #A80036; stroke-width: 1.0;"/><path d="M196,117.2773 L196,127.2773 L206,127.2773 L196,117.2773 " fill="#FBFB77" style="stroke: #A80036; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="175" x="16" y="134.3442">including the thread object!</text><rect fill="#FEFECE" filter="url(#f1fe41zbnav97i)" height="33.9688" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="131" x="226" y="112.8594"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="111" x="236" y="133.998">initialize members</text><rect fill="#FEFECE" filter="url(#f1fe41zbnav97i)" height="33.9688" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="222" x="180.5" y="166.8281"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="202" x="190.5" y="187.9668">insert self to core's list of nodes</text><ellipse cx="291.5" cy="230.7969" fill="none" filter="url(#f1fe41zbnav97i)" rx="10" ry="10" style="stroke: #000000; stroke-width: 1.0;"/><ellipse cx="292" cy="231.2969" fill="#000000" filter="url(#f1fe41zbnav97i)" rx="6" ry="6" style="stroke: none; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="291.5" x2="291.5" y1="92.8594" y2="112.8594"/><polygon fill="#A80036" points="287.5,102.8594,291.5,112.8594,295.5,102.8594,291.5,106.8594" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="291.5" x2="291.5" y1="146.8281" y2="166.8281"/><polygon fill="#A80036" points="287.5,156.8281,291.5,166.8281,295.5,156.8281,291.5,160.8281" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="291.5" x2="291.5" y1="200.7969" y2="220.7969"/><polygon fill="#A80036" points="287.5,210.7969,291.5,220.7969,295.5,210.7969,291.5,214.7969" style="stroke: #A80036; stroke-width: 1.0;"/><!-- |
---|---|---|---|
2 | @startuml |
||
3 | |||
4 | title **µRtWare**\nurtNodeInit()\n |
||
5 | |||
6 | |||
7 | |||
8 | start |
||
9 | :initialize members; |
||
10 | note |
||
11 | including the thread object! |
||
12 | endnote |
||
13 | :insert self to core's list of nodes; |
||
14 | stop |
||
15 | |||
16 | @enduml |
||
17 | |||
18 | PlantUML version 1.2018.11(Sat Sep 22 18:43:53 CEST 2018) |
||
19 | (GPL source distribution) |
||
20 | Java Runtime: OpenJDK Runtime Environment |
||
21 | JVM: OpenJDK 64-Bit Server VM |
||
22 | Java Version: 1.8.0_181-8u181-b13-0ubuntu0.16.04.1-b13 |
||
23 | Operating System: Linux |
||
24 | OS Version: 4.15.0-36-generic |
||
25 | Default Encoding: UTF-8 |
||
26 | Language: en |
||
27 | Country: US |
||
28 | --></g></svg> |