21 #ifndef INCLUDED_SATNOGS_IQ_SINK_H 22 #define INCLUDED_SATNOGS_IQ_SINK_H 25 #include <gnuradio/sync_block.h> 40 typedef boost::shared_ptr<iq_sink>
sptr;
57 static sptr make(
const float scale,
58 const char *filename,
bool append =
false,
59 const int status = 0);
Definition: amsat_duv_decoder.h:29
boost::shared_ptr< iq_sink > sptr
Definition: iq_sink.h:40
#define SATNOGS_API
Definition: api.h:30
This block converts a complex float input stream to short and stores it to a file. If the value of status argument is zero the block behaves as a null sink block.
Definition: iq_sink.h:38