![]() |
USRP_Server
2.0
A flexible, GPU-accelerated radio-frequency readout software.
|
#include <iostream>
#include <string.h>
#include <sstream>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | USRP_PRINT_INCLUDED |
Functions | |
void | print_error (std::string text) |
void | print_warning (std::string text) |
void | print_debug (std::string text, double value) |
#define USRP_PRINT_INCLUDED |
Definition at line 10 of file USRP_server_console_print.hpp.
void print_error | ( | std::string | text | ) |
Definition at line 4 of file USRP_server_console_print.cpp.
Referenced by ant_mode_from_string(), chk_param(), hardware_manager::clean_rx_queue(), Sync_server::clear_stream_queue(), preallocator< float2 >::close(), get_rx_errors(), get_tx_error(), print_params(), RX_buffer_demodulator::RX_buffer_demodulator(), TXRX::set(), H5_file_writer::start(), TXRX::start(), Sync_server::start(), hardware_manager::start_rx(), hardware_manager::start_tx(), TXRX::stop(), string2param(), and Thread_Prioriry().
void print_warning | ( | std::string | text | ) |
Definition at line 8 of file USRP_server_console_print.cpp.
Referenced by ant_mode_from_string(), chk_param(), hardware_manager::clean_rx_queue(), hardware_manager::clean_tx_queue(), stop_watch::get(), stop_watch::get_average(), get_rx_errors(), get_tx_error(), interptet_rx_error(), Async_server::recv_async(), RX_buffer_demodulator::RX_buffer_demodulator(), Async_server::send_async(), Sync_server::start(), TXRX::stop(), Sync_server::stop(), stop_watch::store(), Thread_Prioriry(), and H5_file_writer::update_pointers().
void print_debug | ( | std::string | text, |
double | value | ||
) |
Definition at line 12 of file USRP_server_console_print.cpp.
Referenced by hardware_manager::check_A_rx_status(), hardware_manager::check_A_tx_status(), hardware_manager::check_B_rx_status(), hardware_manager::check_B_tx_status(), hardware_manager::check_rx_status(), hardware_manager::check_tx_status(), Async_server::chk_new_command(), preallocator< float2 >::close(), TXRX::set(), TXRX::stop(), and Thread_Prioriry().