X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fcomponents%2Fscan.h;h=222158bce7dd820252ff17c97fb72f6ee676a64f;hp=3d8984e16c04031bee68399b1ad6a731d1038bf2;hb=0ba26361a853f91ebc36c9c11f6771df74008535;hpb=2e0270746af934180499931f95ed91c444c8233e diff --git a/lib/components/scan.h b/lib/components/scan.h index 3d8984e..222158b 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -44,7 +44,8 @@ public: void addInitial(const eDVBFrontendParametersTerrestrial &p); /* please keep the flags in sync with lib/dvb/scan.h ! */ - enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, clearToScanOnFirstNIT = 16 }; + 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);