-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathUSRP_UHD.scd.xml
117 lines (110 loc) · 6.18 KB
/
USRP_UHD.scd.xml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is protected by Copyright. Please refer to the COPYRIGHT file
distributed with this source distribution.
This file is part of REDHAWK rh.USRP_UHD.
REDHAWK rh.USRP_UHD is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
REDHAWK rh.USRP_UHD is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License along
with this program. If not, see http://www.gnu.org/licenses/.
-->
<!DOCTYPE softwarecomponent PUBLIC "-//JTRS//DTD SCA V2.2.2 SCD//EN" "softwarecomponent.dtd">
<softwarecomponent>
<corbaversion>2.2</corbaversion>
<componentrepid repid="IDL:CF/Device:1.0"/>
<componenttype>device</componenttype>
<componentfeatures>
<supportsinterface repid="IDL:CF/Device:1.0" supportsname="Device"/>
<supportsinterface repid="IDL:CF/Resource:1.0" supportsname="Resource"/>
<supportsinterface repid="IDL:CF/LifeCycle:1.0" supportsname="LifeCycle"/>
<supportsinterface repid="IDL:CF/PortSupplier:1.0" supportsname="PortSupplier"/>
<supportsinterface repid="IDL:CF/PropertySet:1.0" supportsname="PropertySet"/>
<supportsinterface repid="IDL:CF/TestableObject:1.0" supportsname="TestableObject"/>
<ports>
<provides repid="IDL:FRONTEND/RFInfo:1.0" providesname="RFInfo_in">
<description>First RF RX connector on USRP. See `device_antenna_mapping` Property to see mapping of which antenna each RFInfo port represents.</description>
<porttype type="data"/>
</provides>
<provides repid="IDL:FRONTEND/RFInfo:1.0" providesname="RFInfo_in2">
<description>Second RF RX connector on USRP. See `device_antenna_mapping` Property to see mapping of which antenna each RFInfo port represents.</description>
<porttype type="data"/>
</provides>
<provides repid="IDL:FRONTEND/RFInfo:1.0" providesname="RFInfo_in3">
<description>Third RF RX connector on USRP. See `device_antenna_mapping` Property to see mapping of which antenna each RFInfo port represents.
Note: The third and fourth RFInfo_in ports are not used when the USRP hardware only has two RF input connectors.</description>
<porttype type="data"/>
</provides>
<provides repid="IDL:FRONTEND/RFInfo:1.0" providesname="RFInfo_in4">
<description>Fourth RF RX connector on USRP. See `device_antenna_mapping` Property to see mapping of which antenna each RFInfo port represents.
Note: The third and fourth RFInfo_in ports are not used when the USRP hardware only has two RF input connectors.</description>
<porttype type="data"/>
</provides>
<provides repid="IDL:FRONTEND/DigitalTuner:1.0" providesname="DigitalTuner_in">
<porttype type="control"/>
</provides>
<uses repid="IDL:BULKIO/dataShort:1.0" usesname="dataShort_out">
<porttype type="data"/>
</uses>
<uses repid="IDL:FRONTEND/RFInfo:1.0" usesname="RFInfoTX_out">
<description>First RF TX connector on USRP. See `device_antenna_mapping` Property to see mapping of which antenna each RFInfo port represents.</description>
<porttype type="data"/>
</uses>
<uses repid="IDL:FRONTEND/RFInfo:1.0" usesname="RFInfoTX_out2">
<description>Second RF TX connector on USRP. See `device_antenna_mapping` Property to see mapping of which antenna each RFInfo port represents.
Note: The second RFInfo_out ports are not used when the USRP hardware only has one RF TX connectors.</description>
<porttype type="data"/>
</uses>
<provides repid="IDL:BULKIO/dataShort:1.0" providesname="dataShortTX_in">
<porttype type="data"/>
</provides>
<provides repid="IDL:BULKIO/dataFloat:1.0" providesname="dataFloatTX_in">
<porttype type="data"/>
</provides>
<uses repid="IDL:BULKIO/dataSDDS:1.0" usesname="dataSDDS_out">
<porttype type="data"/>
</uses>
</ports>
</componentfeatures>
<interfaces>
<interface name="Device" repid="IDL:CF/Device:1.0">
<inheritsinterface repid="IDL:CF/Resource:1.0"/>
</interface>
<interface name="Resource" repid="IDL:CF/Resource:1.0">
<inheritsinterface repid="IDL:CF/PropertySet:1.0"/>
<inheritsinterface repid="IDL:CF/LifeCycle:1.0"/>
<inheritsinterface repid="IDL:CF/PortSupplier:1.0"/>
<inheritsinterface repid="IDL:CF/TestableObject:1.0"/>
</interface>
<interface name="LifeCycle" repid="IDL:CF/LifeCycle:1.0"/>
<interface name="PortSupplier" repid="IDL:CF/PortSupplier:1.0"/>
<interface name="PropertySet" repid="IDL:CF/PropertySet:1.0"/>
<interface name="TestableObject" repid="IDL:CF/TestableObject:1.0"/>
<interface name="RFInfo" repid="IDL:FRONTEND/RFInfo:1.0"/>
<interface name="FrontendTuner" repid="IDL:FRONTEND/FrontendTuner:1.0"/>
<interface name="AnalogTuner" repid="IDL:FRONTEND/AnalogTuner:1.0">
<inheritsinterface repid="IDL:FRONTEND/FrontendTuner:1.0"/>
</interface>
<interface name="DigitalTuner" repid="IDL:FRONTEND/DigitalTuner:1.0">
<inheritsinterface repid="IDL:FRONTEND/AnalogTuner:1.0"/>
</interface>
<interface name="ProvidesPortStatisticsProvider" repid="IDL:BULKIO/ProvidesPortStatisticsProvider:1.0"/>
<interface name="updateSRI" repid="IDL:BULKIO/updateSRI:1.0"/>
<interface name="dataShort" repid="IDL:BULKIO/dataShort:1.0">
<inheritsinterface repid="IDL:BULKIO/ProvidesPortStatisticsProvider:1.0"/>
<inheritsinterface repid="IDL:BULKIO/updateSRI:1.0"/>
</interface>
<interface name="dataFloat" repid="IDL:BULKIO/dataFloat:1.0">
<inheritsinterface repid="IDL:BULKIO/ProvidesPortStatisticsProvider:1.0"/>
<inheritsinterface repid="IDL:BULKIO/updateSRI:1.0"/>
</interface>
<interface name="dataSDDS" repid="IDL:BULKIO/dataSDDS:1.0">
<inheritsinterface repid="IDL:BULKIO/ProvidesPortStatisticsProvider:1.0"/>
</interface>
</interfaces>
</softwarecomponent>