diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-13 15:29:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-07 18:56:28 -0800 |
commit | d470318227a3275fe6cdc7ad6fd293c06da2a963 (patch) | |
tree | fcb8b15bce72273d460ee62c0459fd69e415e353 /gr-uhd/include | |
parent | 017fb41de0843703810799c8a5d99d6b640437f9 (diff) |
uhd: grc xml tweaks + streamer args
Diffstat (limited to 'gr-uhd/include')
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_sink.h | 2 | ||||
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_source.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_sink.h b/gr-uhd/include/gr_uhd_usrp_sink.h index 3b4c80879e..a74cadab23 100644 --- a/gr-uhd/include/gr_uhd_usrp_sink.h +++ b/gr-uhd/include/gr_uhd_usrp_sink.h @@ -38,7 +38,7 @@ namespace uhd{ } std::string cpu_format; std::string otw_format; - std::string args; + device_addr_t args; std::vector<size_t> channels; }; } diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index 00747f161d..d22d672412 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -38,7 +38,7 @@ namespace uhd{ } std::string cpu_format; std::string otw_format; - std::string args; + device_addr_t args; std::vector<size_t> channels; }; } |