USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-gaea0e2de
UHD and USRP Manual
uhd::not_implemented_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::not_implemented_error:
uhd::runtime_error uhd::exception

Public Member Functions

 not_implemented_error (const std::string &what)
 
virtual unsigned code (void) const
 
virtual not_implemented_errordynamic_clone (void) const
 
virtual void dynamic_throw (void) const
 
- Public Member Functions inherited from uhd::runtime_error
 runtime_error (const std::string &what)
 
- Public Member Functions inherited from uhd::exception
 exception (const std::string &what)
 

Detailed Description

Raised when a function is stubbed out but doesn't actually do anything useful.

Constructor & Destructor Documentation

◆ not_implemented_error()

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

Member Function Documentation

◆ code()

virtual unsigned uhd::not_implemented_error::code ( void  ) const
virtual

Reimplemented from uhd::runtime_error.

◆ dynamic_clone()

virtual not_implemented_error* uhd::not_implemented_error::dynamic_clone ( void  ) const
virtual

Reimplemented from uhd::runtime_error.

◆ dynamic_throw()

virtual void uhd::not_implemented_error::dynamic_throw ( void  ) const
virtual

Reimplemented from uhd::runtime_error.


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