mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Use the generic decoder for xRIT signals
This commit is contained in:
parent
af13673f0d
commit
e6bec67c33
6 changed files with 58 additions and 656 deletions
|
|
@ -149,7 +149,6 @@ SATDUMP_DLL std::map<std::string, std::function<std::shared_ptr<ProcessingModule
|
|||
#include "modules/goes/grb/module_goes_grb_cadu_extractor.h"
|
||||
#include "modules/goes/grb/module_goes_grb_data_decoder.h"
|
||||
|
||||
#include "modules/xrit/module_xrit_decoder.h"
|
||||
#include "modules/xrit/module_goesrecv_publisher.h"
|
||||
|
||||
#include "modules/fengyun2/svissr/module_svissr_decoder.h"
|
||||
|
|
@ -279,7 +278,6 @@ void registerModules()
|
|||
REGISTER_MODULE(saral::argos::SaralArgosDecoderModule);
|
||||
|
||||
// xRIT
|
||||
REGISTER_MODULE(xrit::XRITDecoderModule);
|
||||
REGISTER_MODULE(xrit::GOESRecvPublisherModule);
|
||||
|
||||
// GOES - GVAR / HRIT / GRB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue