mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-06 23:05:53 +08:00
ref #77 : add MT protocols to ggwave.js + new API for setting freqStart
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user