X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9df197b0346cdea53967bf9ed578ff30e2424100..cab018779de4f2f01e0fe651e71112754ebd0ef8:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index 5a3ce492..222158bc 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -8,8 +8,7 @@ class eDVBScan; class eComponentScan: public Object, public iObject { -DECLARE_REF(eComponentScan); -private: + DECLARE_REF(eComponentScan); #ifndef SWIG void scanEvent(int event); ePtr m_scan_event_connection; @@ -45,8 +44,11 @@ public: void addInitial(const eDVBFrontendParametersTerrestrial &p); /* please keep the flags in sync with lib/dvb/scan.h ! */ - enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8 }; - int start(int feid, int flags=0); + enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, scanDontRemoveUnscanned=16, clearToScanOnFirstNIT = 32, scanOnlyFree = 64 }; + + int start(int feid, int flags=0 ); + SWIG_VOID(RESULT) getFrontend(ePtr &SWIG_OUTPUT); + SWIG_VOID(RESULT) getCurrentTransponder(ePtr &SWIG_OUTPUT); }; #endif