-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoverview.plantuml
More file actions
77 lines (69 loc) · 1.42 KB
/
overview.plantuml
File metadata and controls
77 lines (69 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
'Convert to Image using: https://plantuml.com/de/
@startuml
package "Examples" {
package "data_control" {
object Complex
object JSON_Analyzer
object LZW
object QuadTree
object Quaternion
object Vectormath
}
package "graphics" {
object AVI_Creator
object CirclePackChart
object ColorDialog
object Graphics
object LineEdit
object Playingcards
object SimpleChart
object SunburstChart
object Yeargrid
}
package "OpenGL" {
object 0_Clear_Engine
object Animation_Editor
object Mapviewer
}
package "SDL2" {
object Joystich_Demo
}
package "sound" {
}
package "TCP_IP" {
object Modbus_Client
object Modbus_Diagnostic
object MQTT_Broker
object MQTT_Publisher
object Rest
object Send_get_file
object Socket
}
package "Wii" {
object WiiMote
}
}
package "External libs"
{
object Bass
object DGLOpenGL
object LNet
object MP_Arith
object libSDL2
object Synapse
DGLOpenGL <|-- 0_Clear_Engine
DGLOpenGL <|-- Animation_Editor
DGLOpenGL <|-- Mapviewer
Synapse <|-- Mapviewer
Joystich_Demo <|-- libSDL2
LNet <|-- MQTT_Broker
LNet <|-- MQTT_Publisher
LNet <|-- Modbus_Client
Synapse <|-- Modbus_Client
LNet <|-- Modbus_Diagnostic
Synapse <|-- Modbus_Diagnostic
LNet <|-- Send_get_file
LNet <|-- Socket
LNet <|-- Rest
}
@enduml