-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathSourceVITA49.spd.xml
55 lines (50 loc) · 2.25 KB
/
SourceVITA49.spd.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
<?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 SourceVITA49.
REDHAWK SourceVITA49 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 SourceVITA49 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 softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
<softpkg id="DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name="rh.SourceVITA49" type="2.0.0" version="3.1.1">
<title></title>
<author>
<name></name>
</author>
<description>The SourceVITA49 REDHAWK component connects to a UDP/multicast or TCP VITA49 packet stream and converts the headers to SRI Keywords and data to the BULKIO interface of the user's choice for use within REDHAWK domain applications.
The Keywords generated from the packet are documented in the attached readme.txt</description>
<propertyfile type="PRF">
<localfile name="SourceVITA49.prf.xml"/>
</propertyfile>
<descriptor>
<localfile name="SourceVITA49.scd.xml"/>
</descriptor>
<implementation id="cpp">
<description>The implementation contains descriptive information about the template for a software component.</description>
<code type="Executable">
<localfile name="cpp"/>
<entrypoint>cpp/SourceVITA49</entrypoint>
</code>
<compiler name="/usr/bin/gcc" version="4.1.2"/>
<programminglanguage name="C++"/>
<humanlanguage name="EN"/>
<os name="Linux"/>
<processor name="x86"/>
<processor name="x86_64"/>
<dependency type="runtime_requirements">
<softpkgref>
<localfile name="/deps/rh/VITA49/VITA49.spd.xml"/>
<implref refid="cpp"/>
</softpkgref>
</dependency>
</implementation>
</softpkg>