From d68c7dfa5adafbcbcdc913fc7778336958eb35c9 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 2 Jun 2017 15:04:54 -0700 Subject: eiscat: Made more functions return status values instead of None/void --- host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/lib') diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp index 1be41dd84..5a7a5907f 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp @@ -408,12 +408,12 @@ void eiscat_radio_ctrl_impl::set_rpc_client( "Finalizing dboard initialization using internal PPS" ); send_sysref(); - rpcc->notify_with_token("db_0_init_adcs_and_deframers"); - rpcc->notify_with_token("db_1_init_adcs_and_deframers"); + rpcc->request_with_token("db_0_init_adcs_and_deframers"); + rpcc->request_with_token("db_1_init_adcs_and_deframers"); send_sysref(); std::this_thread::sleep_for(std::chrono::milliseconds(500)); - rpcc->notify_with_token("db_0_check_deframer_status"); - rpcc->notify_with_token("db_1_check_deframer_status"); + rpcc->request_with_token("db_0_check_deframer_status"); + rpcc->request_with_token("db_1_check_deframer_status"); } /**************************************************************************** -- cgit v1.2.3