Changeset 4368
- Timestamp:
- 07/16/07 11:43:24 (6 years ago)
- Location:
- experimental/components/PacketizerSimpleBPSK
- Files:
-
- 3 modified
-
Makefile.am (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
-
xml/PacketizerSimpleBPSK.spd.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/PacketizerSimpleBPSK/Makefile.am
r4106 r4368 2 2 3 3 bin_PROGRAMS = PacketizerSimpleBPSK 4 bindir = $(prefix)/dom/bin 4 5 5 6 PacketizerSimpleBPSK_SOURCES = \ … … 13 14 14 15 ossieName = PacketizerSimpleBPSK 15 xmldir = $(prefix)/ xml/$(ossieName)16 xmldir = $(prefix)/dom/xml/$(ossieName) 16 17 dist_xml_DATA = \ 17 18 xml/PacketizerSimpleBPSK.prf.xml \ -
experimental/components/PacketizerSimpleBPSK/configure.ac
r4104 r4368 1 AC_INIT(PacketizerSimpleBPSK, 0. 6.0)1 AC_INIT(PacketizerSimpleBPSK, 0.7.0) 2 2 AM_INIT_AUTOMAKE 3 3 -
experimental/components/PacketizerSimpleBPSK/xml/PacketizerSimpleBPSK.spd.xml
r4100 r4368 4 4 <!--Powered by Python--> 5 5 <softpkg type="sca_compliant" name="PacketizerSimpleBPSK" id="DCE:88ec682c-a5cd-11db-ba34-00123f63025f"> 6 <title/> 6 <title>Simple bit packetizer</title> 7 <description>Adds header and control bits to a block of data</description> 7 8 <author> 8 <name> OSSIE Project</name>9 <name>Joseph Gaeddert</name> 9 10 <company>Mobile and Portable Radio Research Group</company> 10 11 <webpage>http://www.mprg.org</webpage> 11 12 </author> 12 13 <propertyfile type="PRF"> 13 <localfile name=" xml/PacketizerSimpleBPSK/PacketizerSimpleBPSK.prf.xml"/>14 <localfile name="PacketizerSimpleBPSK.prf.xml"/> 14 15 </propertyfile> 15 16 <descriptor> 16 <localfile name=" xml/PacketizerSimpleBPSK/PacketizerSimpleBPSK.scd.xml"/>17 <localfile name="PacketizerSimpleBPSK.scd.xml"/> 17 18 </descriptor> 18 19 <implementation id="DCE:88ed23b6-a5cd-11db-bc81-00123f63025f" aepcompliance="aep_compliant"> 19 <description>Default Description</description>20 <description>Default implementation description</description> 20 21 <code type="Executable"> 21 <localfile name=" bin/PacketizerSimpleBPSK"/>22 <localfile name="/bin/PacketizerSimpleBPSK"/> 22 23 </code> 23 24 <processor name="x86"/>