improve physical structure

This commit is contained in:
sirhc808
2019-07-02 12:45:05 -05:00
parent 27d4471cde
commit 1f57ba5fec
28 changed files with 39 additions and 36 deletions
+3
View File
@@ -8,6 +8,9 @@ interface IDecoder
interface IEncoder
interface IDecode
IDecoder <-- IProtocol
IEncoder <-- IProtocol
class FT8
IProtocol <|-- FT8