aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-04-26 19:30:55 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-24 01:51:03 +0400
commit48f8fb34aadc9872f95805ba3f1d2ca3b39b3327 (patch)
treec074b07b12d2fa4d7a77367ff3133167afcfa888 /Transceiver52M/Transceiver.h
parent40c3d0a6d93a4ba9c3f83206fa726b0292ddd5ec (diff)
Transceiver52M: Setup UmTRX dual carrier support
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 56acd9c..c58ca8c 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -97,7 +97,6 @@ private:
double mRxFreq; ///< the receive frequency
double mFreqOffset; ///< RF frequency offset
int mPower; ///< the transmit power in dB
- int mTSC; ///< the midamble sequence code
double mEnergyThreshold; ///< threshold to determine if received data is potentially a GSM burst
GSM::Time prevFalseDetectionTime; ///< last timestamp of a false energy detection
unsigned mMaxExpectedDelay; ///< maximum expected time-of-arrival offset in GSM symbols
@@ -121,12 +120,11 @@ public:
@param wTransmitLatency initial setting of transmit latency
@param radioInterface associated radioInterface object
*/
- Transceiver(int wBasePort,
- const char *TRXAddress,
- int wSamplesPerSymbol,
- RadioInterface *wRadioInterface,
- DriveLoop *wDriveLoop,
- int wChannel, bool wPrimary);
+ Transceiver(int wBasePort, const char *TRXAddress,
+ DriveLoop *wDriveLoop, RadioInterface *wRadioInterface,
+ int wSamplesPerSymbol = SAMPSPERSYM,
+ int wChannel = 0, bool wPrimary = true);
+
/** Destructor */
~Transceiver();