14 #include <gnuradio/gr_complex.h> 15 #include <gnuradio/thread/thread.h> 28 thread::mutex d_mutex;
29 thread::condition_variable d_cond_empty;
30 thread::condition_variable d_cond_full;
40 gr_complex *write_prepare(
int size,
bool wait=
true);
41 void write_commit(
int size);
44 gr_complex *read_peek(
int size,
bool wait=
true);
45 void read_discard(
int size);
#define GR_FOSPHOR_API
Definition: api.h:17
Definition: base_sink_c.h:17