[mythtv-commits] mythtv commit: r6889 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jul 21 09:04:45 EDT 2005


      Author: danielk
        Date: 2005-07-21 13:04:44 +0000 (Thu, 21 Jul 2005)
New Revision: 6889
   Changeset: http://cvs.mythtv.org/trac/changeset/6889

Modified:

   trunk/mythtv/libs/libmythtv/scanwizard.cpp
   trunk/mythtv/libs/libmythtv/scanwizard.h
   trunk/mythtv/libs/libmythtv/siscan.cpp
   trunk/mythtv/libs/libmythtv/siscan.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

This is another channel scanning commit.

The main change in this revision is that the SIScan constructor 
now takes a card type, a ChannelBase class, and source id instead
of a DVBChannel class and source id. This is obviously so that
SIScan can use a Channel class in addition to a DVBChannel class.

The second change is to move the signalmonitor instance from 
scanwizard to siscan, this makes the new SIScan much cleaner
since it uses the signalmonitor for much more intensively than
the old SIScan. In this revision though, it doesn't make much
of a difference, it just makes the new scanwizard and old
scanwizard look more alike.

There are also various minor changes mostly in siscan to make the
sync with the new scanner easier. Most of the now remaining 
differences between the new and old scanner are contained in
siscan.






More information about the mythtv-commits mailing list