23 #ifndef INCLUDED_FEC_BER_BF_H
24 #define INCLUDED_FEC_BER_BF_H
67 typedef boost::shared_ptr<ber_bf>
sptr;
72 virtual long total_errors() = 0;
86 static sptr make(
bool test_mode =
false,
int berminerrors=100,
float ber_limit=-7.0);
boost::shared_ptr< ber_bf > sptr
Definition: ber_bf.h:67
BER block in FECAPI.
Definition: ber_bf.h:63
Include this header to use the message passing features.
Definition: logger.h:131
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60