USRP Hardware Driver and USRP Manual  Version: 4.4.0.0
UHD and USRP Manual
uhd::usrp::cal Namespace Reference

Classes

class  container
 
class  database
 
class  iq_cal
 
class  pwr_cal
 
class  zbx_rx_dsa_cal
 
class  zbx_tx_dsa_cal
 

Enumerations

enum  source {
  source::NONE, source::ANY, source::RC, source::FLASH,
  source::FILESYSTEM, source::USER
}
 Identify the source of calibration data, i.e., where was it stored. More...
 

Enumeration Type Documentation

Identify the source of calibration data, i.e., where was it stored.

Enumerator
NONE 

No calibration data available.

ANY 

Undefined source.

RC 

Internal Resource Compiler (i.e., hard-coded within UHD)

FLASH 

Stored on device flash memory, e.g. EEPROM.

FILESYSTEM 

Stored on the local filesystem.

USER 

Provided by the user.