![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class represents the dongle information which is sent by rtl_tcp. More...
#include <rtl_tcp_dongle_info.h>
Public Types | |
| enum | { TUNER_UNKNOWN = 0 , TUNER_E4000 , TUNER_FC0012 , TUNER_FC0013 , TUNER_FC2580 , TUNER_R820T , TUNER_R828D } |
Public Member Functions | |
| boost::system::error_code | read (boost::asio::ip::tcp::socket &socket) |
| bool | is_valid () const |
| const char * | get_type_name () const |
| double | clip_gain (int gain) const |
| uint32_t | get_tuner_type () const |
| uint32_t | get_tuner_gain_count () const |
This class represents the dongle information which is sent by rtl_tcp.
Definition at line 35 of file rtl_tcp_dongle_info.h.
| anonymous enum |
Definition at line 38 of file rtl_tcp_dongle_info.h.
|
inline |
Definition at line 64 of file rtl_tcp_dongle_info.h.
|
inline |
Definition at line 59 of file rtl_tcp_dongle_info.h.