diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-01 19:03:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-01 19:03:03 -0700 |
commit | ea309eba1b34371e710a01ad9bfd26a88311c267 (patch) | |
tree | 54e2b84aa205ab50757f4f6b6d84111f9163b229 /host/include | |
parent | 614d4901bb9dbb6866a0c5f57b1397e4b185a11f (diff) | |
download | uhd-ea309eba1b34371e710a01ad9bfd26a88311c267.tar.gz uhd-ea309eba1b34371e710a01ad9bfd26a88311c267.tar.bz2 uhd-ea309eba1b34371e710a01ad9bfd26a88311c267.zip |
usrp: updated documentation for various changes (mimo mode, subdevice spec defaults)
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/subdev_spec.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/include/uhd/usrp/subdev_spec.hpp b/host/include/uhd/usrp/subdev_spec.hpp index b189724c9..62c1fc177 100644 --- a/host/include/uhd/usrp/subdev_spec.hpp +++ b/host/include/uhd/usrp/subdev_spec.hpp @@ -62,11 +62,6 @@ namespace uhd{ namespace usrp{ * The markup-string is a whitespace separated list of dboard:subdev pairs. * The first pair represents the subdevice for channel zero, * the second pair represents the subdevice for channel one, and so on. - * - * Special handling for empty conditions: - * - An empty subdevice specification means: select the first subdevice found in the configuration - * - An empty daughterboard name means: select the only daughterboard slot or error if multiple exist - * - An empty subdevice name means: select the only subdevice on that board or error if multiple exist */ class UHD_API subdev_spec_t : public std::vector<subdev_spec_pair_t>{ public: |