diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-08 12:55:10 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-08 12:55:10 +0000 |
| commit | 9df197b0346cdea53967bf9ed578ff30e2424100 (patch) | |
| tree | 3a8401ade97504263a480a5a170a338cf332edb3 /lib/components | |
| parent | 4eff668d8019ed9255d72b4373f6b1053231f129 (diff) | |
| download | enigma2-9df197b0346cdea53967bf9ed578ff30e2424100.tar.gz enigma2-9df197b0346cdea53967bf9ed578ff30e2424100.zip | |
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
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |
