aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 99c66b1..bc32763 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -94,6 +94,7 @@ public:
/** start the interface */
bool start();
+ bool stop();
bool started() { return mOn; };
@@ -160,6 +161,12 @@ protected:
/** drive synchronization of Tx/Rx of USRP */
void alignRadio();
+ /** reset the interface */
+ void reset();
+
+ /** interface status */
+ bool on() { return mOn; }
+
friend void *AlignRadioServiceLoopAdapter(RadioInterface*);
#endif
};