diff options
| author | Josh Blum <josh@joshknows.com> | 2011-11-03 20:29:18 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:14 -0700 | 
| commit | 5cdbf5b36969e12b93e720f67102dd4ab246b074 (patch) | |
| tree | 8d5a1f1b82cb0dce16144dc85cb189a65c2dda22 /host/lib | |
| parent | fbc5b54f49eec3f27e5a351d27260783898b0bea (diff) | |
| download | uhd-5cdbf5b36969e12b93e720f67102dd4ab246b074.tar.gz uhd-5cdbf5b36969e12b93e720f67102dd4ab246b074.tar.bz2 uhd-5cdbf5b36969e12b93e720f67102dd4ab246b074.zip | |
usrp: multi usrp API tweak
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/usrp/multi_usrp.cpp | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index d53004259..1110f5ebd 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -347,7 +347,11 @@ public:          return true;      } -    void set_next_command_time(const time_spec_t &, size_t){ +    void set_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 clear_command_time(size_t){          throw uhd::not_implemented_error("Not implemented yet, but we have a very good idea of how to do it.");      } | 
