mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 12:06:52 -04:00
BasebandProcessor interface change to pass references, not copies.
This commit is contained in:
parent
4d52f73f6a
commit
3bed016128
17 changed files with 30 additions and 30 deletions
|
@ -50,7 +50,7 @@ constexpr std::array<std::complex<float>, 8> rect_taps_153k6_1t_p { {
|
|||
|
||||
class TPMSProcessor : public BasebandProcessor {
|
||||
public:
|
||||
void execute(buffer_c8_t buffer) override;
|
||||
void execute(buffer_c8_t& buffer) override;
|
||||
|
||||
private:
|
||||
ChannelDecimator decimator { ChannelDecimator::DecimationFactor::By16 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue