23 #ifndef INCLUDED_GR_TRANSCENDENTAL_IMPL_H
24 #define INCLUDED_GR_TRANSCENDENTAL_IMPL_H
31 typedef int(*
work_fcn_type)(int, gr_vector_const_void_star &, gr_vector_void_star &);
40 const size_t io_size);
43 int work(
int noutput_items,
44 gr_vector_const_void_star &input_items,
45 gr_vector_void_star &output_items);
A block that performs various transcendental math operations.
Definition: transcendental.h:43
Definition: transcendental_impl.h:33
int(* work_fcn_type)(int, gr_vector_const_void_star &, gr_vector_void_star &)
Definition: transcendental_impl.h:31
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...
transcendental_impl(const work_fcn_type &work_fcn, const size_t io_size)