commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6410 - gnuradio/branches/developers/jcorgan/t162/gnur


From: jcorgan
Subject: [Commit-gnuradio] r6410 - gnuradio/branches/developers/jcorgan/t162/gnuradio-core/src/python/gnuradio/blks2impl
Date: Tue, 11 Sep 2007 14:21:39 -0600 (MDT)

Author: jcorgan
Date: 2007-09-11 14:21:39 -0600 (Tue, 11 Sep 2007)
New Revision: 6410

Modified:
   
gnuradio/branches/developers/jcorgan/t162/gnuradio-core/src/python/gnuradio/blks2impl/pkt.py
Log:
Missed update.  t162 passes distcheck.

Modified: 
gnuradio/branches/developers/jcorgan/t162/gnuradio-core/src/python/gnuradio/blks2impl/pkt.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162/gnuradio-core/src/python/gnuradio/blks2impl/pkt.py
        2007-09-11 20:06:29 UTC (rev 6409)
+++ 
gnuradio/branches/developers/jcorgan/t162/gnuradio-core/src/python/gnuradio/blks2impl/pkt.py
        2007-09-11 20:21:39 UTC (rev 6410)
@@ -41,7 +41,7 @@
         Packets to be sent are enqueued by calling send_pkt.
         The output is the complex modulated signal at baseband.
 
-        @param modulator: instance of modulator class (gr_block or hier_block)
+        @param modulator: instance of modulator class (gr_block or hier_block2)
         @type modulator: complex baseband out
         @param access_code: AKA sync vector
         @type access_code: string of 1's and 0's between 1 and 64 long
@@ -113,7 +113,7 @@
        The input is the complex modulated signal at baseband.
         Demodulated packets are sent to the handler.
 
-        @param demodulator: instance of demodulator class (gr_block or 
hier_block)
+        @param demodulator: instance of demodulator class (gr_block or 
hier_block2)
         @type demodulator: complex baseband in
         @param access_code: AKA sync vector
         @type access_code: string of 1's and 0's





reply via email to

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