From de6dfccc835ad46b5f4362caae66a37651716ab2 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Fri, 24 May 2019 10:03:54 -0700 Subject: rfnoc: Add block_poke support to reg_iface async msg The async message callback now has a vector of data words instead of a single one --- host/include/uhd/rfnoc/register_iface.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/register_iface.hpp b/host/include/uhd/rfnoc/register_iface.hpp index 7be21affd..729aedbe6 100644 --- a/host/include/uhd/rfnoc/register_iface.hpp +++ b/host/include/uhd/rfnoc/register_iface.hpp @@ -38,7 +38,8 @@ public: * modelled as a simple register write (key-value pair with addr/data) that * is initiated by the FPGA. */ - using async_msg_callback_t = std::function; + using async_msg_callback_t = + std::function& data)>; /*! Write a 32-bit register implemented in the NoC block. * -- cgit v1.2.3