start refactoring UML docs

This commit is contained in:
sirhc808 2019-07-02 11:50:55 -05:00
parent 569809b0b3
commit af64533363
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
@startuml
interface IProtocol {
encode()
decode()
}
interface IDecoder
interface IEncoder
interface IDecode
class FT8
IProtocol <|-- FT8
@enduml