Implements USRP2 poke32() command.
[debian/gnuradio] / usrp2 / host / lib / control.h
index 774ca85f65cec51b39c48fdbb16d9d7f01092c29..2c042f0cf78e9946d9243255598992bfd5a07b75 100644 (file)
@@ -86,6 +86,13 @@ namespace usrp2 {
     op_generic_t    eop;
   };
 
+  struct op_poke_cmd {
+    u2_eth_packet_t h;
+    op_poke_t       op;
+    // words to write go here
+    // eop must be dynamically written here
+  };
+
   /*!
    * Control mechanism to allow API calls to block waiting for reply packets
    */