Statistics
| Branch: | Revision:

urtware / doc / componentdiagrams / µRtWare.svg @ 6132e017

History | View | Annotate | Download (4.736 KB)

1
<?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="256px" preserveAspectRatio="none" style="width:485px;height:256px;" version="1.1" viewBox="0 0 485 256" width="485px" zoomAndPan="magnify"><defs><filter height="300%" id="f1jutassn3u6p6" 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 µRtWare_node--><polygon fill="#FFFFFF" filter="url(#f1jutassn3u6p6)" points="135,34,145,24,380,24,380,234,370,244,135,244,135,34" style="stroke: #000000; stroke-width: 1.5;"/><line style="stroke: #000000; stroke-width: 1.5;" x1="370" x2="379" y1="34" y2="25"/><line style="stroke: #000000; stroke-width: 1.5;" x1="135" x2="370" y1="34" y2="34"/><line style="stroke: #000000; stroke-width: 1.5;" x1="370" x2="370" y1="34" y2="244"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="67" x="220" y="49.9951">µRtWare</text><!--entity urtware.h--><ellipse cx="191" cy="93" fill="#FEFECE" filter="url(#f1jutassn3u6p6)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="65" x="158.5" y="122.9951">urtware.h</text><!--entity urtware.hpp--><ellipse cx="315" cy="93" fill="#FEFECE" filter="url(#f1jutassn3u6p6)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="83" x="273.5" y="122.9951">urtware.hpp</text><!--entity µRtWare--><rect fill="#FEFECE" filter="url(#f1jutassn3u6p6)" height="46.2969" style="stroke: #A80036; stroke-width: 1.5;" width="99" x="207.5" y="182"/><rect fill="#FEFECE" height="10" style="stroke: #A80036; stroke-width: 1.5;" width="15" x="286.5" y="187"/><rect fill="#FEFECE" height="2" style="stroke: #A80036; stroke-width: 1.5;" width="4" x="284.5" y="189"/><rect fill="#FEFECE" height="2" style="stroke: #A80036; stroke-width: 1.5;" width="4" x="284.5" y="193"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="59" x="222.5" y="214.9951">µRtWare</text><!--entity urt_osal.h--><ellipse cx="440" cy="93" fill="#FEFECE" filter="url(#f1jutassn3u6p6)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="67" x="406.5" y="122.9951">urt_osal.h</text><!--entity urtwareconf.h--><ellipse cx="61" cy="93" fill="#FEFECE" filter="url(#f1jutassn3u6p6)" rx="8" ry="8" style="stroke: #A80036; stroke-width: 2.0;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="95" x="13.5" y="122.9951">urtwareconf.h</text><!--link urt_osal.h to µRtWare--><path d="M422.102,104.758 C392.448,122.583 332.545,158.591 293.632,181.9805 " fill="none" id="urt_osal.h-µRtWare" style="stroke: #A80036; stroke-width: 1.0;"/><path d="M423.9301,93.7918 A9,9 0 0 0 432.6432 108.2895" fill="none" style="stroke: #A80036; stroke-width: 1.5;"/><!--link urtwareconf.h to µRtWare--><path d="M79.0977,104.157 C110.389,121.718 175.293,158.144 217.453,181.805 " fill="none" id="urtwareconf.h-µRtWare" style="stroke: #A80036; stroke-width: 1.0;"/><path d="M68.7355,108.0396 A9,9 0 0 0 77.0142 93.2896" fill="none" style="stroke: #A80036; stroke-width: 1.5;"/><!--link urtware.h to µRtWare--><path d="M195.961,102.268 C205.974,118.956 228.898,157.164 243.628,181.7129 " fill="none" id="urtware.h-µRtWare" style="stroke: #A80036; stroke-width: 1.0;"/><!--link urtware.hpp to µRtWare--><path d="M310.641,102.268 C301.841,118.956 281.696,157.164 268.751,181.7129 " fill="none" id="urtware.hpp-µRtWare" style="stroke: #A80036; stroke-width: 1.0;"/><!--
2
@startuml
3
skinparam componentStyle uml2
4

    
5

    
6
interface urt_osal.h
7
interface urtwareconf.h
8

    
9
node "µRtWare" as µRtWare_node {
10
	interface urtware.h
11
	interface urtware.hpp
12

    
13
	component µRtWare
14
	µRtWare -up-( urt_osal.h
15
	µRtWare -up-( urtwareconf.h
16
	µRtWare -up- urtware.h
17
	µRtWare -up- urtware.hpp
18
}
19

    
20
@enduml
21

    
22
PlantUML version 1.2018.11(Sat Sep 22 18:43:53 CEST 2018)
23
(GPL source distribution)
24
Java Runtime: OpenJDK Runtime Environment
25
JVM: OpenJDK 64-Bit Server VM
26
Java Version: 1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13
27
Operating System: Linux
28
OS Version: 4.15.0-38-generic
29
Default Encoding: UTF-8
30
Language: en
31
Country: US
32
--></g></svg>