mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
start refactoring UML docs
This commit is contained in:
parent
569809b0b3
commit
af64533363
14
doc/design/DecoderRefactor.puml
Normal file
14
doc/design/DecoderRefactor.puml
Normal file
@ -0,0 +1,14 @@
|
||||
@startuml
|
||||
|
||||
interface IProtocol {
|
||||
encode()
|
||||
decode()
|
||||
}
|
||||
interface IDecoder
|
||||
interface IEncoder
|
||||
interface IDecode
|
||||
|
||||
class FT8
|
||||
IProtocol <|-- FT8
|
||||
|
||||
@enduml
|
Loading…
Reference in New Issue
Block a user