aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-10-24 20:54:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-10-24 20:54:16 +0000
commit05c4f150e0973080ef3a9bd531cae650c7d10394 (patch)
treeaa57d8a96e1a2d7796d8addca69794b32ce2d1e2 /lib/dvb/db.h
parente3cf5b5fa950fc14a6a48b75cec28c8f95553aeb (diff)
downloadenigma2-05c4f150e0973080ef3a9bd531cae650c7d10394.tar.gz
enigma2-05c4f150e0973080ef3a9bd531cae650c7d10394.zip
parse satellites/cables/terrestrial.xml in c++ now.. its round about three
times faster .. this speedup e2 start a little bit
Diffstat (limited to 'lib/dvb/db.h')
-rw-r--r--lib/dvb/db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/db.h b/lib/dvb/db.h
index 34ecfc14..44393afd 100644
--- a/lib/dvb/db.h
+++ b/lib/dvb/db.h
@@ -38,6 +38,9 @@ public:
RESULT removeService(const eServiceReference &service);
RESULT addFlag(const eServiceReference &service, unsigned int flagmask);
RESULT removeFlag(const eServiceReference &service, unsigned int flagmask);
+ PyObject *readSatellites(SWIG_PYOBJECT(ePyObject) sat_list, SWIG_PYOBJECT(ePyObject) sat_dict, SWIG_PYOBJECT(ePyObject) tp_dict);
+ PyObject *readTerrestrials(SWIG_PYOBJECT(ePyObject) ter_list, SWIG_PYOBJECT(ePyObject) tp_dict);
+ PyObject *readCables(SWIG_PYOBJECT(ePyObject) cab_list, SWIG_PYOBJECT(ePyObject) tp_dict);
#ifndef SWIG
RESULT removeFlags(unsigned int flagmask, eDVBChannelID chid, unsigned int orb_pos);
RESULT removeServices(eDVBChannelID chid, unsigned int orb_pos);