1#ifndef INCLUDED_LORA_GRAY_DECODE_IMPL_H
2#define INCLUDED_LORA_GRAY_DECODE_IMPL_H
43 gr_vector_const_void_star &input_items,
44 gr_vector_void_star &output_items
Definition: gray_decode_impl.h:11
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~gray_decode_impl()
Destroy the gray decode impl object.
gray_decode_impl(uint8_t sf)
Construct a new gray decode impl object.
Decode the received payload with the inverse gray mapping in order to obtain the send message....
Definition: gray_decode.h:38