aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-04-20 08:42:58 +0300
committerTom Tsou <tom.tsou@ettus.com>2016-04-26 12:03:20 -0700
commit9664c3a6e7f6bb1f83c2a55d6e6b1c7b59a99024 (patch)
tree021332091f4fd52c6239c11b6e8279c73bfe8c62 /Transceiver52M/Transceiver.h
parent1ab5e7f7bce8d8f607ab911840f302d763d8c492 (diff)
transceiver: Do not pass transceiver state struct to function where it's not used.
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 013f13b..4373dc7 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -212,11 +212,11 @@ private:
void writeClockInterface(void);
/** Detectbursts */
- int detectBurst(TransceiverState *state, signalVector &burst,
+ int detectBurst(signalVector &burst,
complex &amp, float &toa, CorrType type);
/** Demodulate burst and output soft bits */
- SoftVector *demodulate(TransceiverState *state, signalVector &burst,
+ SoftVector *demodulate(signalVector &burst,
complex amp, float toa, CorrType type);
int mSPSTx; ///< number of samples per Tx symbol