GNU Radio 3.4.0 C++ API
MSDD6000 Class Reference

#include <msdd6000.h>

List of all members.

Public Types

enum  state { STATE_STOPPED, STATE_STARTED }

Public Member Functions

 MSDD6000 (char *ip_addr)
 ~MSDD6000 ()
void set_decim (int decim_pow2)
void set_fc (int center_mhz, int offset_hz)
void set_ddc_gain (int gain)
void set_rf_attn (int attn)
void set_output (int mode, void *arg)
void start ()
void stop ()
void send_request (float, float, float, float, float)
int read (char *, int)

Public Attributes

int d_decim
int d_fc_mhz
int d_offset_hz
int d_rf_attn
int d_ddc_gain
int d_sock
state d_state

Member Enumeration Documentation

Enumerator:
STATE_STOPPED 
STATE_STARTED 

Constructor & Destructor Documentation

MSDD6000::MSDD6000 ( char *  ip_addr)
MSDD6000::~MSDD6000 ( )

Member Function Documentation

int MSDD6000::read ( char *  ,
int   
)
void MSDD6000::send_request ( float  ,
float  ,
float  ,
float  ,
float   
)
void MSDD6000::set_ddc_gain ( int  gain)
void MSDD6000::set_decim ( int  decim_pow2)
void MSDD6000::set_fc ( int  center_mhz,
int  offset_hz 
)
void MSDD6000::set_output ( int  mode,
void *  arg 
)
void MSDD6000::set_rf_attn ( int  attn)
void MSDD6000::start ( )
void MSDD6000::stop ( )

Member Data Documentation


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