diff options
Diffstat (limited to 'host/lib/include/uhdlib')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp index fc90035f7..5440c1e37 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp @@ -278,6 +278,11 @@ protected: std::vector<property_t<double>> _samp_rate_out; private: + //! Validator for the async messages + // + // We only know about overruns, underruns, and late commands/packets. + bool async_message_validator(uint32_t addr, const std::vector<uint32_t>& data); + //! Receiver for the async messages // // This block will receive all async messages. The following async messages |