~aleteoryx/muditaos

ref: f8d09151339c86fb18c668c44d7827cae092b815 muditaos/module-bluetooth/bt_messages_class_diagram.puml -rw-r--r-- 1009 bytes
f8d09151 — Roman Kubiak [EGD-4382] fixes for update generation/apply scripts (#1127) 5 years ago
                                                                                
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
@startuml

title BluetoothMessages - Class Diagram


class BluetoothMessage

class RequestBluetoothStatus
class RequestBondedDevices
class RequestDeviceName

class ResponseBluetoothStatus
class ResponseBondedDevices
class ResponseDeviceName
class ResponseVisibleDevices

class SetBluetoothStatus
class SetBondedDevices
class SetDeviceName
class SetScanState

BluetoothMessage <|-left- RequestBluetoothStatus: Inheritance
BluetoothMessage <|-up- RequestBondedDevices: Inheritance
BluetoothMessage <|-up- RequestDeviceName: Inheritance


BluetoothMessage <|-up- ResponseBluetoothStatus: Inheritance
BluetoothMessage <|-up- ResponseBondedDevices: Inheritance
BluetoothMessage <|-right- ResponseDeviceName: Inheritance
BluetoothMessage <|-down- ResponseVisibleDevices: Inheritance


BluetoothMessage <|-down- SetBluetoothStatus: Inheritance
BluetoothMessage <|-down- SetBondedDevices: Inheritance
BluetoothMessage <|-down- SetDeviceName: Inheritance
BluetoothMessage <|-down- SetScanState: Inheritance



@enduml