commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10563 - gnuradio/trunk/gr-msdd6000/src


From: eb
Subject: [Commit-gnuradio] r10563 - gnuradio/trunk/gr-msdd6000/src
Date: Thu, 5 Mar 2009 17:23:21 -0700 (MST)

Author: eb
Date: 2009-03-05 17:23:21 -0700 (Thu, 05 Mar 2009)
New Revision: 10563

Modified:
   gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc
Log:
fixed output type

Modified: gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc
===================================================================
--- gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc        2009-03-05 
22:38:09 UTC (rev 10562)
+++ gnuradio/trunk/gr-msdd6000/src/msdd_source_simple.cc        2009-03-06 
00:23:21 UTC (rev 10563)
@@ -57,7 +57,7 @@
        
 #define BUF_LEN        (MSDD_COMPLEX_SAMPLES_PER_PACKET*sizeof(short)*2 + 6)
 
-  float* out1 =(float*) output_items[0];
+  signed short* out1 =(signed short*) output_items[0];
 
   for(int i=0; 
i<floor(noutput_items*1.0/(2*MSDD_COMPLEX_SAMPLES_PER_PACKET));i++){
     char buffer[BUF_LEN];





reply via email to

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