[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jun 17 14:15:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Fri Jun 17 14:10:32 2005

Modified Files:
   in mythtv/libs/libmythtv:
        dtvsignalmonitor.cpp dtvsignalmonitor.h dvbsignalmonitor.cpp 
        dvbsignalmonitor.h pchdtvsignalmonitor.cpp 
        pchdtvsignalmonitor.h scanwizard.cpp signalmonitor.cpp 
        signalmonitor.h 
Log Message:

Some updates to the signal monitors.

SignalMonitor has two new functions, IsSupported(), and Init().
IsSupported returns true if signal monitoring is supported for
a specific card type. Currently this returns true for DVB and ATSC
card types, but analog could be added if John Pullan's analogscan
stuff is put into a signal monitor class. Init creates the appropriate
signal monitor class when given a card type, DB card number, and a
channel class.

I've also given the signal monitors QObject names, to make debugging
signals easier.

And the DTVSignalMonitor will accept a ScanStreamData in addition
to ATSC and DVB stream data classes.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list