From f2695be7c09fec1bc5b62f3b229b9002572aeb30 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sun, 14 Dec 2008 01:01:11 +0000 Subject: Implement sync_to_pps command for USRP2 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10116 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/host/include/usrp2/usrp2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usrp2/host/include') 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 /*! -- cgit