[mythtv-commits] mythtv commit: r7157 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Aug 28 16:23:16 UTC 2005


      Author: danielk
        Date: 2005-08-28 16:23:15 +0000 (Sun, 28 Aug 2005)
New Revision: 7157
   Changeset: http://cvs.mythtv.org/trac/changeset/7157

Modified:

   trunk/mythtv/libs/libmythtv/dvbsignalmonitor.cpp
   trunk/mythtv/libs/libmythtv/signalmonitorvalue.cpp
   trunk/mythtv/libs/libmythtv/signalmonitorvalue.h

Log:

This clamps values set by SignalMonitorValue::SetValue() to 
values within the SignalMonitorValue range, as set by SetRange().

This fixes the problem that David Peterson and Allan Stirling
were having when they got tables but somehow failed the signal
lock check. This was because the BER was out of the uint16 range,
beause it and UB are actually uint32's that are usually within
the 0-1000 range when actually queried. But they are cumulative
counters so the first value read can be very high.






More information about the mythtv-commits mailing list