Renamed channel plugin directories

pull/6/head
f4exb 2016-03-10 02:29:42 +01:00
rodzic 6cc4434019
commit ef9dbefe50
59 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -263,16 +263,21 @@ The `plugins` subdirectory contains the associated plugins used to manage device
- `xxxplugin.h/cpp` : Plugin interface
- `xxxsettings.h/cpp` : Configuration manager
- `xxxthread.h/cpp` : Reading samples
- `xxx.pro` : Qt .pro file for Windows/Android build
- `channel`: Channel handlers:
- `xxx` : Demodulator internal handler (e.g xxx = am)
- `demodxxx` : Demodulator internal handler (e.g xxx = demodam)
- `xxxdemod.h/cpp` : Demodulator core
- `xxxdemodgui.h/cpp` : Demodulator GUI
- `xxxplugin.h/cpp` : Plugin interface
- `demodxxx.pro` : Qt .pro file for Windows/Android build
- `xxxanalyzer` : Analyzer internal handler (e.g xxx = channel)
- `xxxanalyzer.h/cpp` : Analyzer core
- `xxxanalyzergui.h/cpp` : Analyzer GUI
- `xxxanalyzerplugin.h/cpp` : Analyzer plugin manager
- `xxxanalyzer.pro` : Qt .pro file for Windows/Android build
- `xxxsrc` : Interface to the outside (e.g xxx = udp):
- `xxxsrc.h/cpp` : Inteface core
- `xxxsrcgui.h/cpp` : Interface GUI
- `xxxsrcplugin/h/cpp` : Interface plugin manager
- `xxxsrc.pro` : Qt .pro file for Windows/Android build

Wyświetl plik

@ -1,13 +1,13 @@
project(demod)
add_subdirectory(lora)
add_subdirectory(demodlora)
add_subdirectory(demodam)
add_subdirectory(bfm)
add_subdirectory(nfm)
add_subdirectory(ssb)
add_subdirectory(demodbfm)
add_subdirectory(demodnfm)
add_subdirectory(demodssb)
add_subdirectory(tcpsrc)
add_subdirectory(udpsrc)
add_subdirectory(wfm)
add_subdirectory(demodwfm)
add_subdirectory(chanalyzer)
#add_subdirectory(tetra)