diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-09 12:01:47 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-09 12:01:47 +0000 |
| commit | f2c69b1c3a49b8b03866894fe3e3f3a4f330f517 (patch) | |
| tree | 348b473aa104829a62b9ed0eec44d2fcb8f34e52 /lib/python | |
| parent | d0ffa458c4d703df7c2d7dceb8f101bb6c047ff8 (diff) | |
| download | enigma2-f2c69b1c3a49b8b03866894fe3e3f3a4f330f517.tar.gz enigma2-f2c69b1c3a49b8b03866894fe3e3f3a4f330f517.zip | |
make eDVBResourceManager accessible from python (needed for allocate a raw iDVBChannel)
make iDVBChannel accessible from python (needed for get iDVBFrontend)
make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 36aeaa13..29294b12 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -72,6 +72,9 @@ is usually caused by not marking PSignals as immutable. #include <lib/gdi/gfont.h> #include <lib/gdi/epng.h> #include <lib/dvb/db.h> +#include <lib/dvb/dvb.h> +#include <lib/dvb/idvb.h> +#include <lib/dvb/frontend.h> #include <lib/dvb/volume.h> #include <lib/dvb/sec.h> #include <lib/dvb/epgcache.h> @@ -188,6 +191,9 @@ typedef long time_t; %include <lib/dvb/epgcache.h> %include <lib/dvb/frontendparms.h> %include <lib/dvb/dvbtime.h> +%include <lib/dvb/dvb.h> +%include <lib/dvb/idvb.h> +%include <lib/dvb/frontend.h> %include <lib/driver/avswitch.h> %include <lib/driver/rfmod.h> %include <lib/driver/etimezone.h> |
