|
Revision 8415, 1.1 KB
(checked in by hvolos, 5 years ago)
|
|
Modified the mod/demod to work with the current framework
|
-
Property svn:eol-style set to
native
|
| Rev | Line | |
|---|
| [1915] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE softpkg SYSTEM "../dtd/softpkg.dtd"> |
|---|
| 3 | <!--Created with OSSIE WaveDev Beta Version 0.5.0b--> |
|---|
| 4 | <!--Powered by Python--> |
|---|
| [3856] | 5 | <softpkg type="sca_compliant" name="Demodulator" id="DCE:e3f63141-20a4-4d3f-9caa-120d17ba720b"> |
|---|
| [4474] | 6 | <title>Digital demodulator component</title> |
|---|
| 7 | <description>Demodulates data symbols into bits for a variety of modulation schemes</description> |
|---|
| [1915] | 8 | <author> |
|---|
| 9 | <name>OSSIE Project</name> |
|---|
| 10 | <company>Mobile and Portable Radio Research Group</company> |
|---|
| 11 | <webpage>http://www.mprg.org</webpage> |
|---|
| 12 | </author> |
|---|
| 13 | <propertyfile type="PRF"> |
|---|
| [8415] | 14 | <localfile name="xml/Demodulator/Demodulator.prf.xml"/> |
|---|
| [1915] | 15 | </propertyfile> |
|---|
| 16 | <descriptor> |
|---|
| [8415] | 17 | <localfile name="xml/Demodulator/Demodulator.scd.xml"/> |
|---|
| [1915] | 18 | </descriptor> |
|---|
| [3856] | 19 | <implementation id="DCE:c4ac4486-303d-4909-8a84-e7fe80e3a6eb" aepcompliance="aep_compliant"> |
|---|
| [1915] | 20 | <description>Default Description</description> |
|---|
| 21 | <code type="Executable"> |
|---|
| [8415] | 22 | <localfile name="bin/Demodulator"/> |
|---|
| [1915] | 23 | </code> |
|---|
| 24 | <processor name="x86"/> |
|---|
| 25 | </implementation> |
|---|
| [3237] | 26 | </softpkg> |
|---|