X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fscan.h;h=8f64abe506df5e8f14f0abb25dd0b8cc41639d29;hp=38ac784fb74b2a04d8fd78e74546bb33f36abae0;hb=fe619dbed1c9bf14a0d442cc16d7e968769bbcc0;hpb=f3078c3363b29cdb8ccf05cbb251392966137977 diff --git a/lib/dvb/scan.h b/lib/dvb/scan.h index 38ac784..8f64abe 100644 --- a/lib/dvb/scan.h +++ b/lib/dvb/scan.h @@ -50,8 +50,10 @@ class eDVBScan: public Object, public iObject /* scan state variables */ int m_channel_state; int m_ready, m_ready_all; - + std::map > m_new_channels; + std::map m_tuner_data; // data read from tuner for every new channel + std::map > m_new_services; std::map >::iterator m_last_service; @@ -90,6 +92,8 @@ class eDVBScan: public Object, public iObject int m_flags; bool m_usePAT; bool m_scan_debug; + ePyObject m_additional_tsid_onid_check_func; + bool m_show_add_tsid_onid_check_failed_msg; public: eDVBScan(iDVBChannel *channel, bool usePAT=true, bool debug=true ); ~eDVBScan();