GNU Radio's LORA Package
|
#include <liquid/liquid.h>
#include "lora/decoder.h"
#include <string>
#include <vector>
#include <fstream>
#include <lora/debugger.h>
#include <volk/volk.h>
#include <lora/loraphy.h>
#include <boost/circular_buffer.hpp>
Go to the source code of this file.
Classes | |
class | gr::lora::decoder_impl |
Return the DecoderState as string for debugging purposes. More... | |
Namespaces | |
namespace | gr |
namespace | gr::lora |
Enumerations | |
enum class | gr::lora::DecoderState { gr::lora::DETECT , gr::lora::SYNC , gr::lora::FIND_SFD , gr::lora::PAUSE , gr::lora::DECODE_HEADER , gr::lora::DECODE_PAYLOAD , gr::lora::STOP } |
DecoderState : Each state the LoRa decoder can be in. More... | |