aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/FrontendStatus.py
AgeCommit message (Collapse)Author
2007-01-15remove debug codeAndreas Monzner
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2006-07-30suspend timers when all renders are hiddenFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-06-26remove debug messageFelix Domke
2006-06-26add FrontendStatus source, add converter to SNR/AGC/BER bar and textFelix Domke