 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GR_RUNTIME_SYNC_BLOCK_H
24 #define INCLUDED_GR_RUNTIME_SYNC_BLOCK_H
52 virtual int work(
int noutput_items,
57 void forecast(
int noutput_items,
gr_vector_int& ninput_items_required);
58 int general_work(
int noutput_items,
63 int fixed_rate_ninput_to_noutput(
int ninput);
64 int fixed_rate_noutput_to_ninput(
int noutput);
std::vector< int > gr_vector_int
Definition: types.h:35
synchronous 1:1 input to output with history
Definition: sync_block.h:37
sync_block(void)
Definition: sync_block.h:40
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
boost::shared_ptr< io_signature > sptr
Definition: io_signature.h:46
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:71
std::vector< const void * > gr_vector_const_void_star
Definition: types.h:40
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
std::vector< void * > gr_vector_void_star
Definition: types.h:39