mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
infrastructure uml update
This commit is contained in:
@@ -4,11 +4,12 @@
|
|||||||
classDiagram
|
classDiagram
|
||||||
|
|
||||||
VirtualMachine <--> RPI
|
VirtualMachine <--> RPI
|
||||||
|
Kobuki <--> RPI
|
||||||
namespace Server {
|
namespace Server {
|
||||||
class VirtualMachine {
|
class VirtualMachine {
|
||||||
+Apache()
|
+Apache()
|
||||||
+WebsocketServer()
|
+Flask()
|
||||||
|
+SocketServer()
|
||||||
+MariaDB()
|
+MariaDB()
|
||||||
Python/C++
|
Python/C++
|
||||||
Database
|
Database
|
||||||
@@ -17,15 +18,19 @@ namespace Server {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
namespace kobuki {
|
namespace robot {
|
||||||
class RPI {
|
class RPI {
|
||||||
Receiver
|
Receiver
|
||||||
Sensors
|
Sensors
|
||||||
C++
|
C++
|
||||||
+WebsocketClient()
|
+SocketClient()
|
||||||
+Kobuki()
|
+Kobuki()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class Kobuki {
|
||||||
|
+data
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
Reference in New Issue
Block a user