Changeset 4357 for components/AWGNChannel/trunk/AWGNChannel
- Timestamp:
- 07/16/07 10:50:43 (6 years ago)
- Location:
- components/AWGNChannel/trunk/AWGNChannel
- Files:
-
- 1 added
- 14 modified
-
. (modified) (1 prop)
-
.ignore (added)
-
AWGNChannel.cpp (modified) (1 prop)
-
AWGNChannel.h (modified) (1 prop)
-
AWGNChannel.prf.xml (modified) (1 prop)
-
AWGNChannel.scd.xml (modified) (1 prop)
-
AWGNChannel.spd.xml (modified) (2 diffs, 1 prop)
-
INSTALL (modified) (1 prop)
-
LICENSE (modified) (1 prop)
-
Makefile.am (modified) (1 diff, 1 prop)
-
configure.ac (modified) (1 prop)
-
main.cpp (modified) (1 prop)
-
port_impl.cpp (modified) (1 prop)
-
port_impl.h (modified) (1 prop)
-
reconf (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
components/AWGNChannel/trunk/AWGNChannel
-
Property
svn:ignore set
to
AWGNChannel
autotest
autotest.cpp
aclocal.m4
docs
install-sh
missing
.deps
config.guess
config.sub
Makefile
config.log
depcomp
Makefile.in
configure
config.status
autom4te.cache
*.swp
*.bak
-
Property
svn:ignore set
to
-
components/AWGNChannel/trunk/AWGNChannel/AWGNChannel.cpp
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/AWGNChannel.h
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/AWGNChannel.prf.xml
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/AWGNChannel.scd.xml
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/AWGNChannel.spd.xml
- Property svn:eol-style set to native
r3226 r4357 4 4 <!--Powered by Python--> 5 5 <softpkg type="sca_compliant" name="AWGNChannel" id="DCE:e18ae452-c8c6-11da-8ba7-00a024ff89d9"> 6 <title/> 6 <title>Additive white Gaussian noise channel</title> 7 <description>AWGN channel emulator</description> 7 8 <author> 8 9 <name>OSSIE Project</name> … … 11 12 </author> 12 13 <propertyfile type="PRF"> 13 <localfile name=" xml/AWGNChannel/AWGNChannel.prf.xml"/>14 <localfile name="AWGNChannel.prf.xml"/> 14 15 </propertyfile> 15 16 <descriptor> 16 <localfile name=" xml/AWGNChannel/AWGNChannel.scd.xml"/>17 <localfile name="AWGNChannel.scd.xml"/> 17 18 </descriptor> 18 19 <implementation id="DCE:e18f166c-c8c6-11da-a58a-00a024ff89d9" aepcompliance="aep_compliant"> 19 <description>Default Description</description>20 <description>Default implementation description</description> 20 21 <code type="Executable"> 21 22 <localfile name="bin/AWGNChannel"/> -
components/AWGNChannel/trunk/AWGNChannel/INSTALL
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/LICENSE
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/Makefile.am
- Property svn:eol-style set to native
r1363 r4357 13 13 bin_PROGRAMS = AWGNChannel 14 14 15 xmldir = $(prefix)/xml/$(ossieName) 15 xmldir = $(prefix)/dom/xml/$(ossieName) 16 bindir = $(prefix)/dom/bin 16 17 dist_xml_DATA = AWGNChannel.prf.xml AWGNChannel.scd.xml \ 17 18 AWGNChannel.spd.xml -
components/AWGNChannel/trunk/AWGNChannel/configure.ac
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/main.cpp
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/port_impl.cpp
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/port_impl.h
- Property svn:eol-style set to native
-
components/AWGNChannel/trunk/AWGNChannel/reconf
- Property svn:eol-style set to native