diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-30 16:54:18 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-30 16:54:18 -0700 |
commit | f5c62a46cbc44e254c0214b463d51f06675c17ab (patch) | |
tree | 54625123fad727091e0061eab6017dc98336f1d6 /host/include | |
parent | 051b611bc304b099541706fe41f47ad5e75b7448 (diff) | |
download | uhd-f5c62a46cbc44e254c0214b463d51f06675c17ab.tar.gz uhd-f5c62a46cbc44e254c0214b463d51f06675c17ab.tar.bz2 uhd-f5c62a46cbc44e254c0214b463d51f06675c17ab.zip |
usrp1: subdev spec tweaks and docs
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/subdev_spec.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/host/include/uhd/usrp/subdev_spec.hpp b/host/include/uhd/usrp/subdev_spec.hpp index 56aa0df20..2f32509b9 100644 --- a/host/include/uhd/usrp/subdev_spec.hpp +++ b/host/include/uhd/usrp/subdev_spec.hpp @@ -56,17 +56,8 @@ namespace uhd{ namespace usrp{ * * The subdevice specification can be represented as a markup-string. * The markup-string is a whitespace separated list of dboard:subdev pairs. - * The "dboard:" part is optional on boards with only one daughterboard slot. * The first pair represents the subdevice for channel zero, * the second pair represents the subdevice for channel one, and so on. - * - * Examples: - * - Use subdevice AB on daughterboard A (USRP1): "A:AB" - * - Use subdevice A on daughterboard A for channel zero and subdevice A on daughterboard B for channel one (USRP1): "A:A B:A" - * - Use subdevice AB (USRP2): "AB" or ":AB" - * - * An empty subdevice specification can be used to automatically - * select the first subdevice on the first present daughterboard. */ class UHD_API subdev_spec_t : public std::vector<subdev_spec_pair_t>{ public: |