11 #ifndef INCLUDED_SATELLITES_DISTRIBUTED_SYNCFRAME_SOFT_IMPL_H 12 #define INCLUDED_SATELLITES_DISTRIBUTED_SYNCFRAME_SOFT_IMPL_H 19 namespace satellites {
24 const size_t d_threshold;
26 std::vector<uint8_t> d_syncword;
33 int work(
int noutput_items,
34 gr_vector_const_void_star& input_items,
35 gr_vector_void_star& output_items);
<+description of block+>
Definition: distributed_syncframe_soft.h:25
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~distributed_syncframe_soft_impl()
Definition: ax100_decode.h:17
distributed_syncframe_soft_impl(int threshold, const std::string &syncword, int step)
Definition: distributed_syncframe_soft_impl.h:21