summaryrefslogtreecommitdiff
path: root/gr-uhd/include/gr_uhd_usrp_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/include/gr_uhd_usrp_source.h')
-rw-r--r--gr-uhd/include/gr_uhd_usrp_source.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h
index 2433d422d..00747f161 100644
--- a/gr-uhd/include/gr_uhd_usrp_source.h
+++ b/gr-uhd/include/gr_uhd_usrp_source.h
@@ -29,8 +29,10 @@
#ifndef INCLUDED_UHD_STREAM_HPP
namespace uhd{
struct GR_UHD_API stream_args_t{
- stream_args_t(void){}
- stream_args_t(const std::string &cpu, const std::string &otw="sc16"){
+ stream_args_t(
+ const std::string &cpu = "",
+ const std::string &otw = ""
+ ){
cpu_format = cpu;
otw_format = otw;
}