From 9df197b0346cdea53967bf9ed578ff30e2424100 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 8 May 2006 12:55:10 +0000 Subject: add ability to select in scan what is todo with existing services (Clear before scan) a) "yes" means remove all services and transponders for this sat position / all selected sat positions b) "no" means hold all services and transponders for this sat position / all selected sat positions this resets all old new found flags (incremental scan) c) "yes (hold feeds) means the same as a) but hold all feed services/transponders --- lib/components/scan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/components') diff --git a/lib/components/scan.h b/lib/components/scan.h index 9ce6539f..5a3ce492 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -45,7 +45,7 @@ public: void addInitial(const eDVBFrontendParametersTerrestrial &p); /* please keep the flags in sync with lib/dvb/scan.h ! */ - enum { scanNetworkSearch=1 }; + enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8 }; int start(int feid, int flags=0); }; -- cgit v1.2.3