aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-11 22:02:24 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-11 22:02:24 +0000
commit67dbb2973f32ccf52c0e5f3e2b5848320a215062 (patch)
treec267cf3f246ec995a2b341aa5d9c782415584e85 /lib/dvb/db.h
parent1c6adfdbe104773d7a98377de6951da02ae1aac0 (diff)
downloadenigma2-67dbb2973f32ccf52c0e5f3e2b5848320a215062.tar.gz
enigma2-67dbb2973f32ccf52c0e5f3e2b5848320a215062.zip
some service scan improovements
- add a only free scan - the scan now finds also services not listed in SDT - add option "clear before scan" also for single transponder searches For the only free scan a change in the main lamedb transponder format was needed... i think this breaks some external settings editors To detect the service format now the service database file starts with "eDVB services /4/" .. the old format was "eDVB services /3/" .. e2 can read the old and the new format.. but it writes always the new format!
Diffstat (limited to 'lib/dvb/db.h')
-rw-r--r--lib/dvb/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/db.h b/lib/dvb/db.h
index 512f81e4..55e008fb 100644
--- a/lib/dvb/db.h
+++ b/lib/dvb/db.h
@@ -44,6 +44,7 @@ public:
#ifndef SWIG
RESULT removeFlags(unsigned int flagmask, eDVBChannelID chid, unsigned int orb_pos);
RESULT removeServices(eDVBChannelID chid, unsigned int orb_pos);
+ RESULT removeServices(iDVBFrontendParameters *feparm);
RESULT addChannelToList(const eDVBChannelID &id, iDVBFrontendParameters *feparm);
RESULT removeChannel(const eDVBChannelID &id);