#include <uhd/utils/soft_register.hpp>
Public Types | |
typedef boost::shared_ptr < soft_regmap_accessor_t > | sptr |
Public Member Functions | |
virtual | ~soft_regmap_accessor_t () |
virtual soft_register_base & | lookup (const std::string &path) const =0 |
virtual std::vector< std::string > | enumerate () const =0 |
virtual const std::string & | get_name () const =0 |
typedef boost::shared_ptr<soft_regmap_accessor_t> uhd::soft_regmap_accessor_t::sptr |
|
inlinevirtual |
|
pure virtual |
Implemented in uhd::soft_regmap_db_t, and uhd::soft_regmap_t.
|
pure virtual |
Implemented in uhd::soft_regmap_db_t, and uhd::soft_regmap_t.
|
pure virtual |
Implemented in uhd::soft_regmap_db_t, and uhd::soft_regmap_t.