Fixed spelling error: s/writeable/writable/g
[debian/gnuradio] / usrp / host / apps-inband / test_usrp_inband_timestamps.cc
index d48c2a78952504508a6ce03060a04ac7b88ca2f2..43d0c46a0f1a9fce79982aaacdb9682bb1eb449f 100644 (file)
 
 #include <mb_mblock.h>
 #include <mb_runtime.h>
-#include <mb_runtime_nop.h>            // QA only
 #include <mb_protocol_class.h>
 #include <mb_exception.h>
 #include <mb_msg_queue.h>
 #include <mb_message.h>
-#include <mb_mblock_impl.h>
 #include <mb_msg_accepter.h>
 #include <mb_class_registry.h>
 #include <pmt.h>
-#include <ui_nco.h>
 #include <stdio.h>
 #include <string.h>
 #include <sys/time.h>
 #include <iostream>
 
+#include <ui_nco.h>
 #include <symbols_usrp_server_cs.h>
 #include <symbols_usrp_channel.h>
 #include <symbols_usrp_low_level_cs.h>
@@ -143,13 +141,13 @@ test_usrp_inband_timestamps::test_usrp_inband_timestamps(mb_runtime *runtime, co
                pmt_from_long(128));
 
   pmt_dict_set(usrp_dict,
-               pmt_intern("interp-rx"),
+               pmt_intern("decim-rx"),
                pmt_from_long(16));
 
   // Specify the RBF to use
   pmt_dict_set(usrp_dict,
                pmt_intern("rbf"),
-               pmt_intern("tmac5.rbf"));
+               pmt_intern("inband_1rxhb_1tx.rbf"));
 
   define_component("server", "usrp_server", usrp_dict);
 
@@ -407,7 +405,7 @@ test_usrp_inband_timestamps::build_and_send_next_frame()
   size_t nshorts = 2 * nsamples_this_frame;    // 16-bit I & Q
   pmt_t uvec = pmt_make_s16vector(nshorts, 0);
   size_t ignore;
-  int16_t *samples = pmt_s16vector_writeable_elements(uvec, ignore);
+  int16_t *samples = pmt_s16vector_writable_elements(uvec, ignore);
 
   // fill in the complex sinusoid