aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
AgeCommit message (Collapse)Author
2006-03-23fix for avoid false locks before new frontend parameters are written to tunerAndreas Monzner
2006-03-11fix linked tunerAndreas Monzner
2006-03-09fixAndreas Monzner
2006-03-09make eDVBResourceManager accessible from python (needed for allocate a raw ↵Andreas Monzner
iDVBChannel) make iDVBChannel accessible from python (needed for get iDVBFrontend) make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
2006-03-07much simpler frequency range checkAndreas Monzner
2006-03-06another fixAndreas Monzner
2006-03-06fix for old apiAndreas Monzner
2006-03-06implement getFrontendData for DVB-TAndreas Monzner
2006-03-06fix #definesAndreas Monzner
2006-03-03change all values to upper case,Andreas Monzner
complete cable stuff, make more values human readable
2006-03-03make inversion human readableAndreas Monzner
2006-03-03add "_" as delimiterAndreas Monzner
2006-03-03implement readFrontendData method to get a python dictionary containing dataAndreas Monzner
about current used transponder/frontend (frontend state, frontend type, lock state, sync state, frequency, symbolrate, fec_innter...) when it is called with True as param it returns the original transponder data (written to tuner) otherwise it reads the current data out of the frontend (corrected tuner data)
2006-03-03add lockState and syncState to getFrontendInfo callAndreas Monzner
add skeleton for getTransponderInfo call
2006-02-27add support for turning rotor without power measurementAndreas Monzner
(for rotors behind a powered switch or rotor behind a V-Box) known bug .. the transponder scan loops when a transponder does not lock :/
2006-02-25correct calculation of differences for cable paramsStefan Pluecken
2006-02-24fix calculation in calculateDifference for cable and terrestrial which ↵Stefan Pluecken
should complete the cable scan and hopefully the terrestrial scan as well
2006-02-24fix cable frequency (/10)Stefan Pluecken
2006-02-24fix cable and terrestrial scanAndreas Monzner
2006-02-24fixes for old apiAndreas Monzner
2006-02-24many cable and terrestrial fixesAndreas Monzner
code cleanup
2006-02-01fix voltage handling,Andreas Monzner
fix rotor handling
2006-01-22remove generated file "config.h":Andreas Oberritter
pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader"
2006-01-20fixAndreas Monzner
2006-01-20set frontend state to stateTuning when tuneloop starts.. ( to avoid false ↵Andreas Monzner
lostlock events)
2006-01-19retune on lostlock is now working :)Andreas Monzner
2006-01-17added curly brackets to fix "jump to case label crosses initialization of ↵Andreas Oberritter
‘int voltage’"
2006-01-14fix for old dvb apiAndreas Monzner
2006-01-13fix for old apiAndreas Monzner
2006-01-12dont set voltage when the fd is not openedAndreas Monzner
2006-01-01its better to set tone and set voltage before closing the frontend fd :)Andreas Monzner
2006-01-01enable/disable higher lnb voltage is now workingAndreas Monzner
2005-12-31fixAndreas Monzner
2005-12-31fix warningAndreas Monzner
2005-12-17use fec from satellites.xml,Andreas Monzner
small work on scan
2005-12-16initialize variablesAndreas Monzner
2005-12-08add support for sending toneburstsAndreas Monzner
optimize diseqc command order handling code
2005-12-07retry frontend close every 60 seconds when frontend is busyAndreas Monzner
2005-12-06ose no more used frontends and re-open on demandAndreas Monzner
2005-12-03add support for read signal quality, power and biterror rate from pythonAndreas Monzner
2005-12-01remove debug output, add comment for reading input powerAndreas Monzner
2005-12-01remove test linkage stuffAndreas Monzner
2005-12-01small fixAndreas Monzner
2005-12-01rotor running detection should now work ( yet only with measure input power )Andreas Monzner
2005-11-24isCompatible with can now handle all frontend typesAndreas Monzner
2005-11-23work on linked tuners ( can not test it :( )Andreas Monzner
2005-11-22disable dvb-c for old apiStefan Pluecken
2005-11-22fix fec_inner for qam in old apiStefan Pluecken
2005-11-22fix modulation for qam in old apiStefan Pluecken
2005-11-22translationsStefan Pluecken
old api fix