3#include "common/dsp/complex.h"
4#include "common/widgets/constellation.h"
11 class ConstellationDisplayBlock :
public Block
14 widgets::ConstellationViewer constel;
17 ConstellationDisplayBlock();
18 ~ConstellationDisplayBlock();
27 throw satdump_exception(key);
35 throw satdump_exception(key);
cfg_res_t
set_cfg status.
Definition block.h:227
Block(std::string id, std::vector< BlockIO > in={}, std::vector< BlockIO > out={})
Generic constructor, to be overloaded.
Definition block.h:206
bool work()
The actual looping work function meant to handle all the DSP (well, in most blocks)
Definition const_disp.cpp:11
nlohmann::json get_cfg(std::string key)
Get parameters of the block as JSON.
Definition const_disp.h:22
cfg_res_t set_cfg(std::string key, nlohmann::json v)
Set parameters of the block from JSON, including potentially IO configurations for blocks that may ha...
Definition const_disp.h:30