summaryrefslogtreecommitdiff
path: root/usrp2/host/include
diff options
context:
space:
mode:
authorjcorgan2008-12-14 01:01:11 +0000
committerjcorgan2008-12-14 01:01:11 +0000
commitf2695be7c09fec1bc5b62f3b229b9002572aeb30 (patch)
tree231b06c32f76dbc74506423004af6a6d18c8163c /usrp2/host/include
parent0a5eb9fc28515627ef6d2937e26aadd0a4fd53cf (diff)
downloadgnuradio-f2695be7c09fec1bc5b62f3b229b9002572aeb30.tar.gz
gnuradio-f2695be7c09fec1bc5b62f3b229b9002572aeb30.tar.bz2
gnuradio-f2695be7c09fec1bc5b62f3b229b9002572aeb30.zip
Implement sync_to_pps command for USRP2
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10116 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host/include')
-rw-r--r--usrp2/host/include/usrp2/usrp2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h
index 83e14cd34..4fa9da1ee 100644
--- a/usrp2/host/include/usrp2/usrp2.h
+++ b/usrp2/host/include/usrp2/usrp2.h
@@ -356,6 +356,10 @@ namespace usrp2 {
*/
bool burn_mac_addr(const std::string &new_addr);
+ /*!
+ * Reset master time to 0 at next PPS rising edge
+ */
+ bool sync_to_pps();
#if 0 // not yet implemented
/*!