MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / setInput

Method setInput

decoder_modules/m17_decoder/src/m17dsp.h:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638 }
639
640 void setInput(stream<complex_t>* input) {
641 assert(generic_hier_block<M17Decoder>::_block_init);
642 demod.setInput(input);
643 }
644
645 stream<float>* diagOut = NULL;
646 stream<stereo_t>* out = NULL;

Callers 14

setVFOMethod · 0.45
enableMethod · 0.45
enableMethod · 0.45
setVFOMethod · 0.45
setStereoMethod · 0.45
setVFOMethod · 0.45
setVFOMethod · 0.45
setVFOMethod · 0.45
setVFOMethod · 0.45
setVFOMethod · 0.45
setVFOMethod · 0.45
setVFOMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected