amiro-lld / docs / AMiRo-LLD.svg @ df051abd
History | View | Annotate | Download (4.181 KB)
1 | 72369edc | 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="232px" preserveAspectRatio="none" style="width:378px;height:232px;" version="1.1" viewBox="0 0 378 232" width="378px" zoomAndPan="magnify"><defs><filter height="300%" id="f1nvt61nme5tia" 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><!--cluster AMiRoLLD_node--><polygon fill="#FFFFFF" filter="url(#f1nvt61nme5tia)" points="14,26,24,16,356,16,356,210,346,220,14,220,14,26" style="stroke: #000000; stroke-width: 1.5;"/><line style="stroke: #000000; stroke-width: 1.5;" x1="346" x2="355" y1="26" y2="17"/><line style="stroke: #000000; stroke-width: 1.5;" x1="14" x2="346" y1="26" y2="26"/><line style="stroke: #000000; stroke-width: 1.5;" x1="346" x2="346" y1="26" y2="220"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="83" x="139.5" y="41.9951">AMiRo-LLD</text><!--entity alldconf.h--><ellipse cx="63" cy="77" fill="#FEFECE" filter="url(#f1nvt61nme5tia)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="66" x="30" y="106.9951">alldconf.h</text><!--entity periphAL.h--><ellipse cx="183" cy="77" fill="#FEFECE" filter="url(#f1nvt61nme5tia)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="73" x="146.5" y="106.9951">periphAL.h</text><!--entity alldh--><ellipse cx="305" cy="77" fill="#FEFECE" filter="url(#f1nvt61nme5tia)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="71" x="269.5" y="106.9951">amiro-lld.h</text><!--entity AMiRoLLD--><rect fill="#FEFECE" filter="url(#f1nvt61nme5tia)" height="46.2969" style="stroke: #A80036; stroke-width: 1.5;" width="113" x="126.5" y="166"/><rect fill="#FEFECE" height="10" style="stroke: #A80036; stroke-width: 1.5;" width="15" x="219.5" y="171"/><rect fill="#FEFECE" height="2" style="stroke: #A80036; stroke-width: 1.5;" width="4" x="217.5" y="173"/><rect fill="#FEFECE" height="2" style="stroke: #A80036; stroke-width: 1.5;" width="4" x="217.5" y="177"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="73" x="141.5" y="198.9951">AMiRo-LLD</text><!--link alldconf.h to AMiRoLLD--><path d="M79.547,92.4439 C99.9035,111.4433 134.6524,143.8756 158.2042,165.8572 " fill="none" id="alldconf.h-AMiRoLLD" style="stroke: #A80036; stroke-width: 1.0;"/><path d="M68.4993,93.7012 A9,9 0 0 0 80.0403 81.3358" fill="none" style="stroke: #A80036; stroke-width: 1.5;"/><!--link periphAL.h to AMiRoLLD--><path d="M183,96.4286 C183,115.7136 183,145.2823 183,165.7914 " fill="none" id="periphAL.h-AMiRoLLD" style="stroke: #A80036; stroke-width: 1.0;"/><path d="M174.5428,89.2437 A9,9 0 0 0 191.4573 89.2435" fill="none" style="stroke: #A80036; stroke-width: 1.5;"/><!--link alldh to AMiRoLLD--><path d="M295.8302,85.4182 C277.4324,102.308 235.4524,140.847 208.2091,165.8572 " fill="none" id="alldh-AMiRoLLD" style="stroke: #A80036; stroke-width: 1.0;"/><!-- |
---|---|---|---|
2 | 188ba2a7 | Thomas Schöpping | @startuml |
3 | skinparam componentStyle uml2 |
||
4 | |||
5 | |||
6 | 1d4fc180 | Thomas Schöpping | node "AMiRo-LLD" as AMiRoLLD_node { |
7 | d5cec6de | Thomas Schöpping | interface alldconf.h |
8 | 1d4fc180 | Thomas Schöpping | interface periphAL.h |
9 | d5cec6de | Thomas Schöpping | interface "amiro-lld.h" as alldh |
10 | 1d4fc180 | Thomas Schöpping | |
11 | component "AMiRo-LLD" as AMiRoLLD |
||
12 | AMiRoLLD -up-( alldconf.h |
||
13 | d5cec6de | Thomas Schöpping | AMiRoLLD -up-( periphAL.h |
14 | AMiRoLLD -up- alldh |
||
15 | 1d4fc180 | Thomas Schöpping | } |
16 | 188ba2a7 | Thomas Schöpping | |
17 | @enduml |
||
18 | |||
19 | 72369edc | Thomas Schöpping | PlantUML version 1.2019.08(Sat Jul 13 21:25:14 CEST 2019) |
20 | 188ba2a7 | Thomas Schöpping | (GPL source distribution) |
21 | Java Runtime: OpenJDK Runtime Environment |
||
22 | JVM: OpenJDK 64-Bit Server VM |
||
23 | 72369edc | Thomas Schöpping | Java Version: 11.0.4+11-post-Ubuntu-1ubuntu218.04.3 |
24 | 188ba2a7 | Thomas Schöpping | Operating System: Linux |
25 | 72369edc | Thomas Schöpping | OS Version: 4.15.0-66-generic |
26 | 188ba2a7 | Thomas Schöpping | Default Encoding: UTF-8 |
27 | Language: en |
||
28 | Country: US |
||
29 | --></g></svg> |