commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10648 - gnuradio/branches/developers/eb/t348/gnuradio


From: eb
Subject: [Commit-gnuradio] r10648 - gnuradio/branches/developers/eb/t348/gnuradio-core/src/python/gnuradio/gr
Date: Thu, 19 Mar 2009 13:48:24 -0600 (MDT)

Author: eb
Date: 2009-03-19 13:48:23 -0600 (Thu, 19 Mar 2009)
New Revision: 10648

Modified:
   
gnuradio/branches/developers/eb/t348/gnuradio-core/src/python/gnuradio/gr/top_block.py
Log:
additional doc

Modified: 
gnuradio/branches/developers/eb/t348/gnuradio-core/src/python/gnuradio/gr/top_block.py
===================================================================
--- 
gnuradio/branches/developers/eb/t348/gnuradio-core/src/python/gnuradio/gr/top_block.py
      2009-03-19 19:43:51 UTC (rev 10647)
+++ 
gnuradio/branches/developers/eb/t348/gnuradio-core/src/python/gnuradio/gr/top_block.py
      2009-03-19 19:48:23 UTC (rev 10648)
@@ -48,6 +48,9 @@
 # out.  If we don't do that, we are never able to clean up, and nasty
 # things occur like leaving the USRP transmitter sending a carrier.
 #
+# See also top_block.wait (below), which uses this class to implement
+# the interruptable wait.
+#
 class _top_block_waiter(_threading.Thread):
     def __init__(self, tb):
         _threading.Thread.__init__(self)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]