|
SatDump 2.0.0-alpha-520736c72
|
#include "base/dsp_buffer.h"#include "core/exception.h"#include "dsp/base/stream.h"#include "nlohmann/json.hpp"#include <mutex>#include <thread>#include <vector>Go to the source code of this file.
Classes | |
| struct | satdump::ndsp::BlockIO |
| Block IO helper class. More... | |
| class | satdump::ndsp::Block |
| Base Block class. More... | |
Enumerations | |
| enum | satdump::ndsp::BlockIOType { DSP_SAMPLE_TYPE_CF32 , DSP_SAMPLE_TYPE_F32 , DSP_SAMPLE_TYPE_S16 , DSP_SAMPLE_TYPE_S8 , DSP_SAMPLE_TYPE_U8 } |
| Block IO types. More... | |
Block IO types.
This is helpful to enforce & check type compatibility whenever that may be needed