mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-22 16:09:10 -04:00
- Removed not used files from old implementations. - Renamed some classes to follow naming convention. - Renamed methods to use consistent styling. - Restructured code.
13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
@startuml
|
|
|
|
abstract class BaseChannel
|
|
|
|
BaseChannel <|-- Channel
|
|
|
|
Channel ..> ATStream: Channel use ATStream
|
|
|
|
Channel <|-- DLCChannel
|
|
Channel <|-- ATParser
|
|
|
|
@enduml
|