USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
uhd::resolve_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::resolve_error:
uhd::rfnoc_error uhd::exception

Public Member Functions

 resolve_error (const std::string &what)
 
unsigned code (void) const override
 
resolve_errordynamic_clone (void) const override
 
void dynamic_throw (void) const override
 
- Public Member Functions inherited from uhd::rfnoc_error
 rfnoc_error (const std::string &what)
 
- Public Member Functions inherited from uhd::exception
 exception (const std::string &what)
 

Detailed Description

Gets thrown when a property resolution fails

Constructor & Destructor Documentation

◆ resolve_error()

uhd::resolve_error::resolve_error ( const std::string &  what)

Member Function Documentation

◆ code()

unsigned uhd::resolve_error::code ( void  ) const
overridevirtual

Reimplemented from uhd::rfnoc_error.

◆ dynamic_clone()

resolve_error* uhd::resolve_error::dynamic_clone ( void  ) const
overridevirtual

Reimplemented from uhd::rfnoc_error.

◆ dynamic_throw()

void uhd::resolve_error::dynamic_throw ( void  ) const
overridevirtual

Reimplemented from uhd::rfnoc_error.


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