Skip to content

Commit dace465

Browse files
ADD: Update overview
1 parent 88931a2 commit dace465

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

Overview.png

22.5 KB
Loading

overview.plantuml

+35-11
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,39 @@
44
package "Examples" {
55
package "OpenGL" {
66
object Animation_Editor
7+
object 0_Clear_Engine
78
object Mapviewer
89
}
10+
package "SDL2" {
11+
object Joystich_Demo
12+
}
13+
package "TCP_IP" {
14+
object MQTT_Broker
15+
object MQTT_Publisher
16+
object Modbus_Client
17+
object Modbus_Diagnostic
18+
object Send_get_file
19+
object Socket
20+
}
21+
package "Wii" {
22+
object WiiMote
23+
}
924
package "data_control" {
25+
object Complex
26+
object JSON_Analyzer
1027
object LZW
1128
object QuadTree
29+
object Vectormath
1230
}
1331
package "graphics" {
32+
object AVI_Creator
1433
object CirclePackChart
1534
object ColorDialog
16-
object PNG_Editor
35+
object Graphics
1736
object SimpleChart
1837
object SunburstChart
1938
object Yeargrid
2039
}
21-
package "TCP_IP" {
22-
object Modbus_Diagnostic
23-
object MQTT_Broker
24-
object MQTT_Publisher
25-
}
2640
package "Sound" {
2741

2842
}
@@ -34,15 +48,25 @@ package "External libs"
3448
object DGLOpenGL
3549
object LNet
3650
object MP_Arith
51+
object libSDL2
3752
object Synapse
3853

39-
Synapse <|-- Mapviewer
40-
DGLOpenGL <|-- Mapviewer
54+
DGLOpenGL <|-- 0_Clear_Engine
4155
DGLOpenGL <|-- Animation_Editor
42-
Synapse <|-- Modbus_Diagnostic
43-
LNet <|-- Modbus_Diagnostic
44-
LNet <|-- MQTT_Publisher
56+
DGLOpenGL <|-- Mapviewer
57+
Synapse <|-- Mapviewer
58+
59+
Joystich_Demo <|-- libSDL2
60+
4561
LNet <|-- MQTT_Broker
62+
LNet <|-- MQTT_Publisher
63+
LNet <|-- Modbus_Client
64+
Synapse <|-- Modbus_Client
65+
LNet <|-- Modbus_Diagnostic
66+
Synapse <|-- Modbus_Diagnostic
67+
LNet <|-- Send_get_file
68+
LNet <|-- Socket
69+
4670
}
4771

4872
@enduml

0 commit comments

Comments
 (0)