ref #77 : add MT protocols to ggwave.js + new API for setting freqStart

This commit is contained in:
Georgi Gerganov
2022-09-10 17:57:37 +03:00
parent d2f79fc845
commit d02960259b
7 changed files with 46 additions and 3 deletions

View File

@@ -330,6 +330,16 @@ extern "C" {
ggwave_ProtocolId protocolId,
int state);
// Set freqStart for an Rx protocol
GGWAVE_API void ggwave_rxProtocolSetFreqStart(
ggwave_ProtocolId protocolId,
int freqStart);
// Set freqStart for a Tx protocol
GGWAVE_API void ggwave_txProtocolSetFreqStart(
ggwave_ProtocolId protocolId,
int freqStart);
#ifdef __cplusplus
}