]> git.gag.com Git - debian/gnuradio/blobdiff - gr-msdd6000/src/lib/msdd_source_base.h
Changed from TCP to UDP streaming; only reissue command when opening the socket or...
[debian/gnuradio] / gr-msdd6000 / src / lib / msdd_source_base.h
index 4a5bde15ab48b6c21c836b2be63f9b3276222524..8e3994135e42f12e4bc6887ee3022751f5618c17 100644 (file)
@@ -109,6 +109,7 @@ protected:
   
   int readsock(int sockfd, unsigned char* buf, int nbytes);
   
+  void  write_request_packet(unsigned int number_samples);
   void* make_request_packet(unsigned int& size, unsigned int number_samples);
   
   unsigned long set_fft_size (int channel, unsigned long fft_size);