21#ifndef INCLUDED_DEBUGGER_H
22#define INCLUDED_DEBUGGER_H
24#include <gnuradio/gr_complex.h>
28#define PACKED __attribute__((packed, aligned(1)))
37 void attach(std::string path =
"/tmp/gr_lora.sock");
39 void analyze_samples(
bool clear,
bool draw_over);
40 void store_samples(
const gr_complex* samples, uint32_t length);
42 typedef struct header {
48 std::vector<gr_complex> d_samples;
#define PACKED
Definition debugger.h:28
Definition channelizer.h:28