GNU Radio's LORA Package
decoder_impl.h File Reference
#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>
Include dependency graph for decoder_impl.h:

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...