mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 14:45:14 -04:00
15 lines
156 B
Plaintext
15 lines
156 B
Plaintext
@startuml
|
|
|
|
interface IProtocol {
|
|
encode()
|
|
decode()
|
|
}
|
|
interface IDecoder
|
|
interface IEncoder
|
|
interface IDecode
|
|
|
|
class FT8
|
|
IProtocol <|-- FT8
|
|
|
|
@enduml
|