UHD  003.001.002
mboard_props.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2010-2011 Ettus Research LLC
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
16 //
17 
18 #ifndef INCLUDED_UHD_USRP_MBOARD_PROPS_HPP
19 #define INCLUDED_UHD_USRP_MBOARD_PROPS_HPP
20 
21 #include <uhd/utils/props.hpp>
22 
23 namespace uhd{ namespace usrp{
24 
32  MBOARD_PROP_NAME, //ro, std::string
33  MBOARD_PROP_OTHERS, //ro, prop_names_t
34  MBOARD_PROP_SENSOR, //ro, sensor_value_t
35  MBOARD_PROP_SENSOR_NAMES, //ro, prop_names_t
36  MBOARD_PROP_CLOCK_RATE, //rw, double
37  MBOARD_PROP_RX_DSP, //ro, wax::obj
38  MBOARD_PROP_RX_DSP_NAMES, //ro, prop_names_t
39  MBOARD_PROP_TX_DSP, //ro, wax::obj
40  MBOARD_PROP_TX_DSP_NAMES, //ro, prop_names_t
41  MBOARD_PROP_RX_DBOARD, //ro, wax::obj
42  MBOARD_PROP_RX_DBOARD_NAMES, //ro, prop_names_t
43  MBOARD_PROP_TX_DBOARD, //ro, wax::obj
44  MBOARD_PROP_TX_DBOARD_NAMES, //ro, prop_names_t
45  MBOARD_PROP_RX_SUBDEV_SPEC, //rw, subdev_spec_t
46  MBOARD_PROP_TX_SUBDEV_SPEC, //rw, subdev_spec_t
47  MBOARD_PROP_CLOCK_CONFIG, //rw, clock_config_t
48  MBOARD_PROP_TIME_NOW, //rw, time_spec_t
49  MBOARD_PROP_TIME_PPS, //wo, time_spec_t
50  MBOARD_PROP_EEPROM_MAP, //wr, mboard_eeprom_t
51  MBOARD_PROP_IFACE, //ro, mboard_iface::sptr
52  };
53 
54 }} //namespace
55 
56 #endif /* INCLUDED_UHD_USRP_MBOARD_PROPS_HPP */
Definition: mboard_props.hpp:40
Definition: mboard_props.hpp:45
Definition: mboard_props.hpp:33
Definition: mboard_props.hpp:48
Definition: mboard_props.hpp:47
Definition: mboard_props.hpp:49
Definition: mboard_props.hpp:41
Definition: mboard_props.hpp:43
Definition: mboard_props.hpp:50
Definition: mboard_props.hpp:46
Definition: mboard_props.hpp:42
Definition: convert.hpp:28
Definition: mboard_props.hpp:34
Definition: mboard_props.hpp:32
Definition: mboard_props.hpp:39
Definition: mboard_props.hpp:37
Definition: mboard_props.hpp:44
Definition: mboard_props.hpp:35
Definition: mboard_props.hpp:38
mboard_prop_t
Definition: mboard_props.hpp:31
Definition: mboard_props.hpp:51
Definition: mboard_props.hpp:36