aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-13 22:48:11 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-15 23:35:07 -0500
commita2fe91a688fb16f1055e3af77478cfb4bceb3ae2 (patch)
tree6ff5dc34e0664adeb7b2bd171e926e1fb48e6172 /Transceiver52M/Transceiver.h
parente1ce92599af0054590aadab5b04a5bdb24bf6243 (diff)
Transceiver52M: Add vectorized radio burst capability
This patch allows multiple signalVectors to be stored within a single radioVector object. The motivation is to provide a facility for diversity and/or MIMO burst handling. When no channel value is specified, single channel bevhaviour is maintained. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index d1a6ec9..671603e 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -118,7 +118,7 @@ private:
noiseVector mNoises; ///< Vector holding running noise measurements
/** modulate and add a burst to the transmit queue */
- void addRadioVector(size_t chan, BitVector &burst,
+ void addRadioVector(size_t chan, BitVector &bits,
int RSSI, GSM::Time &wTime);
/** Push modulated burst into transmit FIFO corresponding to a particular timestamp */