23 #ifndef INCLUDED_GR_RUNTIME_BLOCK_H
24 #define INCLUDED_GR_RUNTIME_BLOCK_H
66 WORK_CALLED_PRODUCE = -2,
85 unsigned history()
const;
86 void set_history(
unsigned history);
107 void declare_sample_delay(
int which,
unsigned delay);
113 void declare_sample_delay(
unsigned delay);
123 unsigned sample_delay(
int which)
const;
146 virtual void forecast(
int noutput_items,
163 virtual int general_work(
int noutput_items,
176 virtual bool start();
193 void set_output_multiple(
int multiple);
214 void set_alignment(
int multiple);
217 void set_unaligned(
int na);
219 void set_is_unaligned(
bool u);
226 void consume(
int which_input,
int how_many_items);
232 void consume_each(
int how_many_items);
241 void produce(
int which_output,
int how_many_items);
252 void set_relative_rate(
double relative_rate);
271 virtual int fixed_rate_ninput_to_noutput(
int ninput);
278 virtual int fixed_rate_noutput_to_ninput(
int noutput);
283 uint64_t nitems_read(
unsigned int which_input);
288 uint64_t nitems_written(
unsigned int which_output);
321 int max_noutput_items();
329 void set_max_noutput_items(
int m);
346 void unset_max_noutput_items();
352 bool is_set_max_noutput_items();
361 void expand_minmax_buffer(
int port);
366 long max_output_buffer(
size_t i);
371 void set_max_output_buffer(
long max_output_buffer);
376 void set_max_output_buffer(
int port,
long max_output_buffer);
381 long min_output_buffer(
size_t i);
386 void set_min_output_buffer(
long min_output_buffer);
391 void set_min_output_buffer(
int port,
long min_output_buffer);
398 float pc_noutput_items();
403 float pc_noutput_items_avg();
408 float pc_noutput_items_var();
413 float pc_nproduced();
418 float pc_nproduced_avg();
423 float pc_nproduced_var();
428 float pc_input_buffers_full(
int which);
433 float pc_input_buffers_full_avg(
int which);
438 float pc_input_buffers_full_var(
int which);
443 std::vector<float> pc_input_buffers_full();
448 std::vector<float> pc_input_buffers_full_avg();
453 std::vector<float> pc_input_buffers_full_var();
458 float pc_output_buffers_full(
int which);
463 float pc_output_buffers_full_avg(
int which);
468 float pc_output_buffers_full_var(
int which);
473 std::vector<float> pc_output_buffers_full();
478 std::vector<float> pc_output_buffers_full_avg();
483 std::vector<float> pc_output_buffers_full_var();
488 float pc_work_time();
493 float pc_work_time_avg();
498 float pc_work_time_var();
503 float pc_work_time_total();
508 void reset_perf_counters();
537 void set_processor_affinity(
const std::vector<int> &mask);
542 void unset_processor_affinity();
552 int active_thread_priority();
564 bool update_rate()
const;
569 int d_output_multiple;
570 bool d_output_multiple_set;
573 double d_relative_rate;
576 unsigned d_attr_delay;
578 bool d_max_noutput_items_set;
579 int d_max_noutput_items;
580 int d_min_noutput_items;
582 std::vector<int> d_affinity;
616 this->add_item_tag(which_output, tag);
625 void add_item_tag(
unsigned int which_output,
const tag_t &tag);
650 this->remove_item_tag(which_input, tag);
661 void remove_item_tag(
unsigned int which_input,
const tag_t &tag);
676 void get_tags_in_range(std::vector<tag_t> &v,
677 unsigned int which_input,
696 void get_tags_in_range(std::vector<tag_t> &v,
697 unsigned int which_input,
702 void enable_update_rate(
bool en);
std::string logger_ptr
Definition: logger.h:65
pmt::pmt_t value
the value of tag (as a PMT)
Definition: tags.h:40
uint64_t offset
the item tag occurred at (as a uint64_t)
Definition: tags.h:34
gr::logger_ptr d_debug_logger
Definition: block.h:717
std::vector< int > processor_affinity()
Get the current processor affinity.
Definition: block.h:547
std::vector< block_sptr > block_vector_t
Definition: block.h:727
block_detail_sptr detail() const
Definition: block.h:723
void set_fixed_rate(bool fixed_rate)
Definition: block.h:593
void add_item_tag(unsigned int which_output, uint64_t abs_offset, const pmt::pmt_t &key, const pmt::pmt_t &value, const pmt::pmt_t &srcid=pmt::PMT_F)
Adds a new tag onto the given output buffer.
Definition: block.h:605
bool output_multiple_set() const
Definition: block.h:195
gr::thread::mutex d_setlock
Definition: block.h:712
gr::logger_ptr d_logger
Definition: block.h:716
std::vector< const void * > gr_vector_const_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:38
int unaligned() const
Definition: block.h:218
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
int min_noutput_items() const
Return the minimum number of output items this block can produce during a call to work...
Definition: block.h:307
GR_RUNTIME_API int set_thread_priority(gr_thread_t thread, int priority)
get current thread priority for a given thread ID
std::vector< long > d_min_output_buffer
Definition: block.h:705
std::vector< void * > gr_vector_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:37
Definition: block_gateway.h:46
std::vector< int > gr_vector_int
Definition: gnuradio-runtime/include/gnuradio/types.h:33
std::vector< block_sptr >::iterator block_viter_t
Definition: block.h:728
std::vector< long > d_max_output_buffer
Definition: block.h:704
The abstract base class for all signal processing blocks.Basic blocks are the bare abstraction of an ...
Definition: basic_block.h:58
unsigned __int64 uint64_t
Definition: stdint.h:90
bool fixed_rate() const
Return true if this block has a fixed input to output rate.
Definition: block.h:130
block(void)
Definition: block.h:588
void set_min_noutput_items(int m)
Set the minimum number of output items this block can produce during a call to work.
Definition: block.h:315
GR_RUNTIME_API int thread_priority(gr_thread_t thread)
get current thread priority for a given thread ID
tag_propagation_policy_t
Definition: block.h:70
PMT_API const pmt_t PMT_F
bool is_pc_rpc_set()
Checks if this block is already exporting perf. counters to ControlPort.
Definition: block.h:520
pmt::pmt_t key
the key of tag (as a PMT symbol)
Definition: tags.h:37
Definition: block_gateway.h:45
std::ostream & operator<<(std::ostream &os, basic_block_sptr basic_block)
Definition: basic_block.h:367
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
bool is_unaligned() const
Definition: block.h:220
boost::mutex mutex
Definition: thread.h:46
Definition: block_gateway.h:47
double relative_rate() const
return the approximate output rate / input rate
Definition: block.h:257
pmt::pmt_t srcid
the source ID of tag (as a PMT)
Definition: tags.h:43
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:56
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60
tag_propagation_policy_t
Definition: block_gateway.h:44
void set_detail(block_detail_sptr detail)
Definition: block.h:724
int alignment() const
Definition: block.h:215
void no_pc_rpc()
If the block calls this in its constructor, it's perf. counters will not be exported.
Definition: block.h:526
void remove_item_tag(unsigned int which_input, uint64_t abs_offset, const pmt::pmt_t &key, const pmt::pmt_t &value, const pmt::pmt_t &srcid=pmt::PMT_F)
Removes a tag from the given input buffer.
Definition: block.h:639
int output_multiple() const
Definition: block.h:194