Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ ModemST
Method
ModemST
src/modules/modem/digital/ModemST.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include
"ModemST.h"
5
6
ModemST::ModemST() : ModemDigital() {
7
demodST = modemcf_create(LIQUID_MODEM_V29);
8
}
9
10
ModemBase *ModemST::factory() {
11
return new ModemST;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected