diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-12-29 14:18:53 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-12-29 14:18:53 -0800 |
commit | a6d80b8ab4390963be23d117fa02afb59e5472cb (patch) | |
tree | cc79f11e1ff43a7a4808dc32bada8980febec715 /gr-uhd/include/gnuradio/uhd/usrp_source.h | |
parent | d0b9dcf1ad2673b8de253af12c4a089243e5b981 (diff) | |
parent | d2c6938b4922ba4942aad96bd47c1391e9516f2a (diff) |
Merge branch 'next' into next-qt5
Diffstat (limited to 'gr-uhd/include/gnuradio/uhd/usrp_source.h')
-rw-r--r-- | gr-uhd/include/gnuradio/uhd/usrp_source.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-uhd/include/gnuradio/uhd/usrp_source.h b/gr-uhd/include/gnuradio/uhd/usrp_source.h index 19b3feb61f..19201c031c 100644 --- a/gr-uhd/include/gnuradio/uhd/usrp_source.h +++ b/gr-uhd/include/gnuradio/uhd/usrp_source.h @@ -96,10 +96,13 @@ namespace gr { /*! * \param device_addr the address to identify the hardware * \param stream_args the IO format and channel specification + * \param issue_stream_cmd_on_start enable or disable continuous streaming when flowgraph + * starts (default true) * \return a new USRP source block object */ static sptr make(const ::uhd::device_addr_t &device_addr, - const ::uhd::stream_args_t &stream_args); + const ::uhd::stream_args_t &stream_args, + const bool issue_stream_cmd_on_start = true); /*! * Set the start time for incoming samples. |