aboutsummaryrefslogtreecommitdiffstats
path: root/src/EtiReader.h
diff options
context:
space:
mode:
authorSergiy G <piratfm@gmail.com>2018-01-31 10:41:34 +0200
committerSergiy G <piratfm@gmail.com>2018-01-31 10:41:34 +0200
commitfdff20e96d7198124542e6d03c27e1d496c4b328 (patch)
tree2601755f48c737ecfee23cfc6b9e98d6f391de24 /src/EtiReader.h
parent16b0a22c889b27093cb703dfbfacb4af721999cd (diff)
downloaddabmod-fdff20e96d7198124542e6d03c27e1d496c4b328.tar.gz
dabmod-fdff20e96d7198124542e6d03c27e1d496c4b328.tar.bz2
dabmod-fdff20e96d7198124542e6d03c27e1d496c4b328.zip
Enabled multicast support. Fix missing header in PAPRStats
Diffstat (limited to 'src/EtiReader.h')
-rw-r--r--src/EtiReader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EtiReader.h b/src/EtiReader.h
index eb97e3b..4db5004 100644
--- a/src/EtiReader.h
+++ b/src/EtiReader.h
@@ -202,6 +202,8 @@ class EdiUdpInput {
private:
bool m_enabled;
int m_port;
+ std::string m_bindto;
+ std::string m_mcastaddr;
UdpReceiver m_udp_rx;
EdiDecoder::ETIDecoder& m_decoder;