Revision 188ba2a7

View differences:

docs/AMiRo-LLD.svg
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="183px" preserveAspectRatio="none" style="width:130px;height:183px;" version="1.1" viewBox="0 0 130 183" width="130px" zoomAndPan="magnify"><defs><filter height="300%" id="f12h6c2g39dm6b" 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><!--entity periphAL.h--><ellipse cx="62.5" cy="37" fill="#FEFECE" filter="url(#f12h6c2g39dm6b)" 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="26" y="66.9951">periphAL.h</text><!--entity AMiRoLLD--><rect fill="#FEFECE" filter="url(#f12h6c2g39dm6b)" height="46.2969" style="stroke: #A80036; stroke-width: 1.5;" width="113" x="6" y="126"/><rect fill="#FEFECE" height="10" style="stroke: #A80036; stroke-width: 1.5;" width="15" x="99" y="131"/><rect fill="#FEFECE" height="2" style="stroke: #A80036; stroke-width: 1.5;" width="4" x="97" y="133"/><rect fill="#FEFECE" height="2" style="stroke: #A80036; stroke-width: 1.5;" width="4" x="97" y="137"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="73" x="21" y="158.9951">AMiRo-LLD</text><!--link periphAL.h to AMiRoLLD--><path d="M62.5,46.268 C62.5,62.956 62.5,101.1637 62.5,125.7129 " fill="none" id="periphAL.h-AMiRoLLD" style="stroke: #A80036; stroke-width: 1.0;"/><!--
2
@startuml
3
skinparam componentStyle uml2
4

  
5
interface periphAL.h
6

  
7
component "AMiRo-LLD" as AMiRoLLD
8
AMiRoLLD -up- periphAL.h
9

  
10
@enduml
11

  
12
PlantUML version 1.2018.11(Sat Sep 22 18:43:53 CEST 2018)
13
(GPL source distribution)
14
Java Runtime: OpenJDK Runtime Environment
15
JVM: OpenJDK 64-Bit Server VM
16
Java Version: 1.8.0_181-8u181-b13-1ubuntu0.16.04.1-b13
17
Operating System: Linux
18
OS Version: 4.15.0-38-generic
19
Default Encoding: UTF-8
20
Language: en
21
Country: US
22
--></g></svg>
docs/AMiRo-LLD.uml
1
/'
2
AMiRo-LLD is a compilation of low-level hardware drivers for the Autonomous Mini Robot (AMiRo) platform.
3
Copyright (C) 2016..2018  Thomas Schöpping et al.
4

  
5
This program is free software: you can redistribute it and/or modify
6
it under the terms of the GNU Lesser General Public License as published by
7
the Free Software Foundation, either version 3 of the License, or
8
(at your option) any later version.
9

  
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
GNU Lesser General Public License for more details.
14

  
15
You should have received a copy of the GNU Lesser General Public License
16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
'/
18

  
19
@startuml
20
skinparam componentStyle uml2
21

  
22
interface periphAL.h
23

  
24
component "AMiRo-LLD" as AMiRoLLD
25
AMiRoLLD -up- periphAL.h
26

  
27
@enduml
28

  

Also available in: Unified diff