MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / setChannelizerType

Method setChannelizerType

src/sdr/SDRPostThread.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void SDRPostThread::setChannelizerType(SDRPostThreadChannelizerType chType) {
143 chanMode.store((int)chType);
144}
145
146
147SDRPostThreadChannelizerType SDRPostThread::getChannelizerType() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected