diff options
Diffstat (limited to 'src/DabMux.h')
-rw-r--r-- | src/DabMux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/DabMux.h b/src/DabMux.h index d54d818..18e362a 100644 --- a/src/DabMux.h +++ b/src/DabMux.h @@ -29,6 +29,9 @@ #define _DABMUX_H #include <stdint.h> +#include <string> +#include <vector> +#include "RemoteControl.h" #include "dabOutput/dabOutput.h" #include "dabInput.h" #include "Eti.h" @@ -63,6 +66,15 @@ #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 **************************** |