blob: 47be99411ca5cd03b37478bc56c0757663834b14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
/*! \mainpage Table Of Contents
\tableofcontents
Welcome to the manual pages for the USRP Hardware Driver (UHD), the host driver for Ettus Research devices. Here, you will find information on how to use the devices and how to use the API to connect to them through your own software.
# Building and Installing UHD
\li \subpage page_build_guide
\li <a href="http://code.ettus.com/redmine/ettus/projects/uhd/wiki/UHD_Linux">Installation Guide (Linux)</a>
\li <a href="http://code.ettus.com/redmine/ettus/projects/uhd/wiki/UHD_Windows">Installation Guide (Windows)</a>
# General UHD Manuals
\li \subpage page_general
\li \subpage page_identification
\li \subpage page_images
\li \subpage page_dboards
\li \subpage page_transport
\li \subpage page_sync
\li \subpage page_calibration
# Device Specific Manuals
## USRP N-Series Devices
\li \subpage page_usrp2
\li \subpage page_gpsdo
## USRP B-Series Devices
\li \subpage page_usrp_b100
\li \subpage page_usrp_b200
\li \subpage page_gpsdo_b2x0
\li \subpage page_usrp1
## USRP E-Series Devices
\li \subpage page_usrp_e1x0
\li \subpage page_gpsdo
## USRP X-Series Devices
\li \subpage page_usrp_x3x0
\li \subpage page_gpsdo_x3x0
\li \subpage page_gpio_api
\li \subpage page_usrp_x3x0_config
## USRP Legacy Series
\li \subpage page_usrp2
## OctoClock
\li \subpage page_octoclock
# API Documentation
\li \subpage page_coding
\li \subpage page_stream
*/
// vim:ft=doxygen:
|