GNU Radio 3.4.0 C++ API
MSDD6000_RS Class Reference

#include <msdd6000_rs.h>

List of all members.

Public Types

enum  state { STATE_STOPPED, STATE_STARTED }

Public Member Functions

 MSDD6000_RS (char *ip_addr)
 ~MSDD6000_RS ()
void set_rf_attn (int attn)
void set_ddc_gain (int gain)
void set_fc (int center_mhz, int offset_hz)
void set_ddc_samp_rate (float sample_rate_khz)
void set_ddc_bw (float bw_khz)
void start ()
void stop ()
int start_data ()
int stop_data ()
float pull_ddc_samp_rate ()
float pull_ddc_bw ()
float pull_rx_freq ()
int pull_ddc_gain ()
int pull_rf_atten ()
void send_request (float, float, float, float, float, float, float)
int read (char *, int)

Member Enumeration Documentation

Enumerator:
STATE_STOPPED 
STATE_STARTED 

Constructor & Destructor Documentation

MSDD6000_RS::MSDD6000_RS ( char *  ip_addr)
MSDD6000_RS::~MSDD6000_RS ( )

Member Function Documentation

float MSDD6000_RS::pull_ddc_bw ( )
int MSDD6000_RS::pull_ddc_gain ( )
float MSDD6000_RS::pull_ddc_samp_rate ( )
int MSDD6000_RS::pull_rf_atten ( )
float MSDD6000_RS::pull_rx_freq ( )
int MSDD6000_RS::read ( char *  ,
int   
)
void MSDD6000_RS::send_request ( float  ,
float  ,
float  ,
float  ,
float  ,
float  ,
float   
)
void MSDD6000_RS::set_ddc_bw ( float  bw_khz)
void MSDD6000_RS::set_ddc_gain ( int  gain)
void MSDD6000_RS::set_ddc_samp_rate ( float  sample_rate_khz)
void MSDD6000_RS::set_fc ( int  center_mhz,
int  offset_hz 
)
void MSDD6000_RS::set_rf_attn ( int  attn)
void MSDD6000_RS::start ( )
int MSDD6000_RS::start_data ( )
void MSDD6000_RS::stop ( )
int MSDD6000_RS::stop_data ( )

The documentation for this class was generated from the following file: