aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/DriveLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/DriveLoop.h')
-rw-r--r--Transceiver52M/DriveLoop.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Transceiver52M/DriveLoop.h b/Transceiver52M/DriveLoop.h
index f97bb1d..7a2dfc3 100644
--- a/Transceiver52M/DriveLoop.h
+++ b/Transceiver52M/DriveLoop.h
@@ -104,9 +104,10 @@ public:
@param radioInterface associated radioInterface object
*/
DriveLoop(int wBasePort, const char *TRXAddress,
- int wChanM, int wC0, int wSamplesPerSymbol,
- GSM::Time wTransmitLatency,
- RadioInterface *wRadioInterface);
+ RadioInterface *wRadioInterface,
+ int wChanM = 1, int wC0 = 0,
+ int wSamplesPerSymbol = SAMPSPERSYM,
+ GSM::Time wTransmitLatency = GSM::Time(3, 0));
/** Destructor */
~DriveLoop();