diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-02-04 13:51:02 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-02-04 13:51:02 -0800 |
commit | bb2021f087700463151ad27427d17b7df8ff1294 (patch) | |
tree | db1523157092921e95f35f4b2850bd3548faae71 /gr-uhd/lib/usrp_source_impl.h | |
parent | 8de3c4ce4be79dd7dba4d7ec1371cd010328fec1 (diff) | |
parent | 42c1d6d339139eac1001bbc180907569da5e1702 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/lib/usrp_source_impl.h')
-rw-r--r-- | gr-uhd/lib/usrp_source_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/lib/usrp_source_impl.h b/gr-uhd/lib/usrp_source_impl.h index c4a96aab42..d5bd2f4149 100644 --- a/gr-uhd/lib/usrp_source_impl.h +++ b/gr-uhd/lib/usrp_source_impl.h @@ -113,6 +113,7 @@ namespace gr { void set_time_unknown_pps(const ::uhd::time_spec_t &time_spec); void set_command_time(const ::uhd::time_spec_t &time_spec, size_t mboard); void set_user_register(const uint8_t addr, const uint32_t data, size_t mboard); + void set_stream_args(const ::uhd::stream_args_t &stream_args); void set_start_time(const ::uhd::time_spec_t &time); void issue_stream_cmd(const ::uhd::stream_cmd_t &cmd); |