Revision f5c62a46 host/include/uhd/usrp/subdev_spec.hpp

b/host/include/uhd/usrp/subdev_spec.hpp
56 56
     *
57 57
     * The subdevice specification can be represented as a markup-string.
58 58
     * The markup-string is a whitespace separated list of dboard:subdev pairs.
59
     * The "dboard:" part is optional on boards with only one daughterboard slot.
60 59
     * The first pair represents the subdevice for channel zero,
61 60
     * the second pair represents the subdevice for channel one, and so on.
62
     *
63
     * Examples:
64
     * - Use subdevice AB on daughterboard A (USRP1): "A:AB"
65
     * - Use subdevice A on daughterboard A for channel zero and subdevice A on daughterboard B for channel one (USRP1): "A:A B:A"
66
     * - Use subdevice AB (USRP2): "AB" or ":AB"
67
     *
68
     * An empty subdevice specification can be used to automatically
69
     * select the first subdevice on the first present daughterboard.
70 61
     */
71 62
    class UHD_API subdev_spec_t : public std::vector<subdev_spec_pair_t>{
72 63
    public:

Also available in: Unified diff