diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-18 13:46:51 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-18 13:46:51 -0700 |
commit | 873228d25b3ea5df8eb10f6652518f144858af61 (patch) | |
tree | a64b986c2c9d4824b7f21d080538f230c0b25e8f /gr-uhd/lib/uhd_multi_usrp_source.h | |
parent | 4ac5545625d3d6df9881695f764c9c94049edb7b (diff) |
uhd: filled in multi usrp code and swig file
Diffstat (limited to 'gr-uhd/lib/uhd_multi_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_multi_usrp_source.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_multi_usrp_source.h b/gr-uhd/lib/uhd_multi_usrp_source.h index b2c4a3ac17..b94e53f01b 100644 --- a/gr-uhd/lib/uhd_multi_usrp_source.h +++ b/gr-uhd/lib/uhd_multi_usrp_source.h @@ -129,6 +129,12 @@ public: virtual void set_time_next_pps(const uhd::time_spec_t &time_spec) = 0; /*! + * Sync the time registers with an unknown pps edge. + * \param time_spec the new time + */ + virtual void set_time_unknown_pps(const uhd::time_spec_t &time_spec) = 0; + + /*! * Get access to the underlying uhd device object. * \return the multi usrp device object */ |