~aleteoryx/muditaos

ref: dc00afaad3fc80328fca1867eb1c793eb4f31866 muditaos/module-cellular/Modem/doc/scripts/class_channel.pu -rw-r--r-- 175 bytes
dc00afaa — breichel [EGD-5599] Change AT and DLC channels for big return 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
@startuml

abstract class BaseChannel

BaseChannel <|-- Channel

Channel ..> ATStream: Channel use ATStream

Channel <|-- DLC_channel
Channel <|-- ATParser

@enduml