[mythtv-commits] mythtv commit: r6735 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 29 14:46:05 UTC 2005


      Author: danielk
        Date: 2005-06-29 14:46:05 +0000 (Wed, 29 Jun 2005)
New Revision: 6735
   Changeset: http://cvs.mythtv.org/trac/changeset/6735

Modified:

   trunk/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
   trunk/mythtv/libs/libmythtv/dvbsignalmonitor.cpp
   trunk/mythtv/libs/libmythtv/dvbsignalmonitor.h
   trunk/mythtv/libs/libmythtv/pchdtvsignalmonitor.cpp
   trunk/mythtv/libs/libmythtv/signalmonitor.h

Log:

Enables SignalMonitorValue based signals in place of the existing
signals from the signal monitors, which require you to know the range
of the value with the particular hardware being used currently.
With the SignalMonitorValues you can find out the min or max, or
simply request the value normalized to your desired min and max.

Also deprecates the old signals, but does not remove them.

And, this adds some additional verbosity when "-v channel" is used.






More information about the mythtv-commits mailing list