diff options
author | jcorgan | 2008-12-14 01:01:11 +0000 |
---|---|---|
committer | jcorgan | 2008-12-14 01:01:11 +0000 |
commit | f2695be7c09fec1bc5b62f3b229b9002572aeb30 (patch) | |
tree | 231b06c32f76dbc74506423004af6a6d18c8163c /usrp2/host/include | |
parent | 0a5eb9fc28515627ef6d2937e26aadd0a4fd53cf (diff) | |
download | gnuradio-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.h | 4 |
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 /*! |