[mythtv-commits] mythtv commit: r7291 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Sep 22 21:38:20 UTC 2005


      Author: danielk
        Date: 2005-09-22 21:38:20 +0000 (Thu, 22 Sep 2005)
New Revision: 7291
   Changeset: http://cvs.mythtv.org/trac/changeset/7291

Modified:

   trunk/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
   trunk/mythtv/libs/libmythtv/dtvsignalmonitor.h
   trunk/mythtv/libs/libmythtv/signalmonitor.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

Adds IsAllGood() to the signalmonitors, this does the same thing as:
   QStringList slist = signalMonitor->GetStatusList(false);
   SignalMonitorList list = SignalMonitorValue::Parse(slist);
   allgood = SignalMonitorValue::AllGood(list);
but without the transformation to a string list and back.






More information about the mythtv-commits mailing list