aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/rfnoc/replay_block_ctrl.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/replay_block_ctrl.hpp b/host/include/uhd/rfnoc/replay_block_ctrl.hpp
index bd5c47739..ba49a6a7d 100644
--- a/host/include/uhd/rfnoc/replay_block_ctrl.hpp
+++ b/host/include/uhd/rfnoc/replay_block_ctrl.hpp
@@ -60,6 +60,9 @@ public:
//! Returns the size of the packets played by the Replay block (in 64-bit words)
virtual uint32_t get_words_per_packet(const size_t chan) = 0;
+ //! Halts playback and clears the playback command FIFO
+ virtual void play_halt(const size_t chan) = 0;
+
}; /* class replay_block_ctrl*/
}} /* namespace uhd::rfnoc */