summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-25 18:04:32 -0700
committerJosh Blum <josh@joshknows.com>2011-11-03 20:37:14 -0700
commit7f815e124f217f37eb5e612a34ec84c33043aa87 (patch)
tree7fb2aea5efeda02950bbd5621d056724b03ddfb8 /host/lib
parent8e439ac16137c649b2a296967efe86d346f3968a (diff)
downloaduhd-7f815e124f217f37eb5e612a34ec84c33043aa87.tar.gz
uhd-7f815e124f217f37eb5e612a34ec84c33043aa87.tar.bz2
uhd-7f815e124f217f37eb5e612a34ec84c33043aa87.zip
usrp: placeholder for potential set_next_command_time call
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/multi_usrp.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp
index 7383fa3c0..2e7c76a06 100644
--- a/host/lib/usrp/multi_usrp.cpp
+++ b/host/lib/usrp/multi_usrp.cpp
@@ -347,6 +347,10 @@ public:
return true;
}
+ void set_next_command_time(const time_spec_t &, size_t){
+ throw uhd::not_implemented_error("Not implemented yet, but we have a very good idea of how to do it.");
+ }
+
void issue_stream_cmd(const stream_cmd_t &stream_cmd, size_t chan){
if (chan != ALL_CHANS){
_tree->access<stream_cmd_t>(rx_dsp_root(chan) / "stream_cmd").set(stream_cmd);