[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri May 27 00:20:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Fri May 27 00:17:31 2005

Added Files:
   in mythtv/libs/libmythtv:
        dtvsignalmonitor.cpp dtvsignalmonitor.h 
        pchdtvsignalmonitor.cpp pchdtvsignalmonitor.h 
        signalmonitor.cpp signalmonitor.h signalmonitorvalue.cpp 
        signalmonitorvalue.h 
   in mythtv/libs/libmythtv/mpeg:
        .cvsignore 
Log Message:

This is commit is to make John Pullan's life a little easier.

SignalMonitor is a base class for signal monitoring classes.
SignalMonitorValue is a helper class encapsulating a value such as
  "signal" or "signal_lock"
DTVSignalMonitor is an (incomplete) base class for digital signal monitors.
  pcHDTVSignalMonitor is a new class which detects the signal when
    using the v4l driver for the pcHDTV HD-2000/3000 cards.
  *DVBSignalMonitor is now a child class but is not updated in this commit.

The .cvsignore in libs/libmythtv/mpeg is just a copy of the one for
libs/libmythtv to avoid some cvs nagging.

None of these new classes is enabled in this commit, they are
there because John and I began working on the same code this week
and want to synchronize a bit.

----------------------------------------------------------------------------
Changes committed by danielk on Fri May 27 00:19:15 2005

Modified Files:
   in mythtv/libs/libmyth:
        mythdeque.h 
Log Message:

Added some type-casts so this can be used for some non-pointer types.
Added some documentation...

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


More information about the mythtv-commits mailing list