Files
MuditaOS/module-cellular/modem/doc/scripts/class_channel.pu
Maciej Janicki c88c82ae86 [EGD-6319] Refactor cellular modem directory
- Removed not used files from old implementations.
- Renamed some classes to follow naming convention.
- Renamed methods to use consistent styling.
- Restructured code.
2021-05-05 16:34:35 +02:00

13 lines
176 B
Plaintext

@startuml
abstract class BaseChannel
BaseChannel <|-- Channel
Channel ..> ATStream: Channel use ATStream
Channel <|-- DLCChannel
Channel <|-- ATParser
@enduml