USRP Hardware Driver and USRP Manual Version: 4.7.0.0-0-unknown
UHD and USRP Manual
 
Loading...
Searching...
No Matches
uhd::access_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::access_error:
uhd::runtime_error uhd::exception

Public Member Functions

 access_error (const std::string &what)
 
unsigned code (void) const override
 
access_errordynamic_clone (void) const override
 
void dynamic_throw (void) const override
 
- Public Member Functions inherited from uhd::runtime_error
 runtime_error (const std::string &what)
 
unsigned code (void) const override
 
runtime_errordynamic_clone (void) const override
 
void dynamic_throw (void) const override
 
- Public Member Functions inherited from uhd::exception
 exception (const std::string &what)
 

Detailed Description

Raised when a resource is being accessed without having the appropriate permissions.

Constructor & Destructor Documentation

◆ access_error()

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

Member Function Documentation

◆ code()

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

Implements uhd::exception.

◆ dynamic_clone()

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

Implements uhd::exception.

◆ dynamic_throw()

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

Implements uhd::exception.


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