summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/usrp_sink_impl.h
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-07-04 23:00:08 +0200
committerMartin Braun <martin.braun@ettus.com>2014-07-07 23:12:09 +0200
commit691bdaafd602ca24d67fc68ac3e797ea55da48f6 (patch)
tree8b041cd66d35a2926741c215146f4f54fbbccd5d /gr-uhd/lib/usrp_sink_impl.h
parent3c42e7952dc9e5dbaf3b43cab37f13cce72dd0bf (diff)
uhd: Added more type checking and flexibility to commands and tags
Diffstat (limited to 'gr-uhd/lib/usrp_sink_impl.h')
-rw-r--r--gr-uhd/lib/usrp_sink_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/lib/usrp_sink_impl.h b/gr-uhd/lib/usrp_sink_impl.h
index 92afb69640..8848fe0712 100644
--- a/gr-uhd/lib/usrp_sink_impl.h
+++ b/gr-uhd/lib/usrp_sink_impl.h
@@ -141,6 +141,8 @@ namespace gr {
long _nitems_to_send;
/****** Command interface related **********/
+ //! Stores a list of commands for later execution
+ std::vector<pmt::pmt_t> _pending_cmds;
//! Receives commands and handles them
void msg_handler_command(pmt::pmt_t msg);
//! Stores the last value we told the USRP to tune to for every channel
@@ -153,7 +155,6 @@ namespace gr {
//! Stores the last gain value we told the USRP to have for every channel.
std::vector<double> _curr_gain;
boost::dynamic_bitset<> _chans_to_tune;
- bool _call_tune;
};
} /* namespace uhd */