diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-26 22:10:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-26 22:10:29 +0100 |
commit | d4797ace7fcee41d9c9cdf35a3cac54e4c0235db (patch) | |
tree | afa17bd8b9c7cdd2a54d751c84dd947048e8cb3d /src/DabMux.h | |
parent | a8dcf5fcb160e94d0fcdb12ac71961c85e1e4599 (diff) | |
download | dabmux-d4797ace7fcee41d9c9cdf35a3cac54e4c0235db.tar.gz dabmux-d4797ace7fcee41d9c9cdf35a3cac54e4c0235db.tar.bz2 dabmux-d4797ace7fcee41d9c9cdf35a3cac54e4c0235db.zip |
EDI: write transport header in PFT
Diffstat (limited to 'src/DabMux.h')
-rw-r--r-- | src/DabMux.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DabMux.h b/src/DabMux.h index ed1855e..89868ac 100644 --- a/src/DabMux.h +++ b/src/DabMux.h @@ -66,16 +66,6 @@ #define DEFAULT_SERVICE_ID 50 #define DEFAULT_PACKET_ADDRESS 0 -struct edi_configuration_t { - bool enabled; - unsigned int source_port; - bool dump; - bool verbose; - bool enable_pft; - std::string dest_addr; - unsigned int dest_port; -}; - /***************************************************************************** ***************** Definition of FIG structures **************************** *****************************************************************************/ |