aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-15 14:15:47 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-15 23:35:07 -0500
commitcb269a32ddb3db9e8d7a8e48d5c007116348fb07 (patch)
tree91534eb5414a3a905e57e3e67cd0a2fba506e769 /Transceiver52M/radioInterface.h
parent1882099d1562a4575b447ef90ad021ff2e6be10a (diff)
Transceiver52M: Use independent power scaling varables for each channel
Simply vectorize the existing power state variable. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 95ef2b2..b3f6b15 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -47,7 +47,7 @@ protected:
std::vector<short *> convertRecvBuffer;
std::vector<short *> convertSendBuffer;
-
+ std::vector<float> powerScaling;
bool underrun; ///< indicates writes to USRP are too slow
bool overrun; ///< indicates reads from USRP are too slow
TIMESTAMP writeTimestamp; ///< sample timestamp of next packet written to USRP
@@ -59,8 +59,6 @@ protected:
bool mOn; ///< indicates radio is on
- double powerScaling;
-
bool loadTest;
int mNumARFCNs;
signalVector *finalVec, *finalVec9;