X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=usrp2%2Fhost%2Flib%2Fcontrol.h;h=2c042f0cf78e9946d9243255598992bfd5a07b75;hb=50b2df2ed93de8dbba3185714a3e07e7470e1229;hp=774ca85f65cec51b39c48fdbb16d9d7f01092c29;hpb=31daef30bc197cb86c7310db386d0b5835c03422;p=debian%2Fgnuradio diff --git a/usrp2/host/lib/control.h b/usrp2/host/lib/control.h index 774ca85f..2c042f0c 100644 --- a/usrp2/host/lib/control.h +++ b/usrp2/host/lib/control.h @@ -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 */