aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/DriveLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/DriveLoop.h')
-rw-r--r--Transceiver52M/DriveLoop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/DriveLoop.h b/Transceiver52M/DriveLoop.h
index df54ef7..593ef58 100644
--- a/Transceiver52M/DriveLoop.h
+++ b/Transceiver52M/DriveLoop.h
@@ -58,6 +58,7 @@ private:
Thread *mRadioDriveLoopThread; ///< thread to push/pull bursts into transmit/receive FIFO
GSM::Time mTransmitDeadlineClock; ///< deadline for pushing bursts into transmit FIFO
+ GSM::Time mStartTime; ///< random start time of the radio clock
RadioInterface *mRadioInterface; ///< associated radioInterface object
double txFullScale; ///< full scale input to radio
@@ -149,6 +150,8 @@ public:
mChanType[m][timeslot] = comb;
}
+ GSM::Time getStartTime() { return mStartTime; }
+
private:
ChannelCombination mChanType[CHAN_M][8]; ///< channel types for all timeslots