Changeset 4474
- Timestamp:
- 07/19/07 14:41:39 (6 years ago)
- Location:
- experimental/components/Demodulator
- Files:
-
- 1 added
- 5 modified
-
documentation.txt (modified) (1 diff)
-
genDocs.py (modified) (1 diff)
-
img (modified) (1 prop)
-
img/Constellation4PAM.eps (added)
-
src/main.cpp (modified) (1 diff)
-
xml/Demodulator.spd.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/Demodulator/documentation.txt
r4297 r4474 58 58 \image html Constellation16QAM.png "16-QAM constellation" 59 59 60 \image latex Constellation4PAM.eps "4-PAM constellation" 61 \image html Constellation4PAM.png "4-PAM constellation" 62 60 63 \section status Status and history 61 64 -
experimental/components/Demodulator/genDocs.py
r4297 r4474 24 24 if __name__ == "__main__": 25 25 print "generating documentation..." 26 27 # convert all .eps files in directory to .png 26 28 convertDirectoryEPStoPNG('img/') 29 30 # run doxygen on default Doxyfile 27 31 os.system('doxygen Doxyfile') 28 32 -
experimental/components/Demodulator/img
-
Property
svn:ignore set
to
*.png
-
Property
svn:ignore set
to
-
experimental/components/Demodulator/src/main.cpp
r4409 r4474 22 22 23 23 #include <iostream> 24 24 25 #include "ossie/ossieSupport.h" 26 #include "ossie/debug.h" 25 27 26 28 #include "Demodulator.h" -
experimental/components/Demodulator/xml/Demodulator.spd.xml
r4383 r4474 4 4 <!--Powered by Python--> 5 5 <softpkg type="sca_compliant" name="Demodulator" id="DCE:e3f63141-20a4-4d3f-9caa-120d17ba720b"> 6 <title/> 6 <title>Digital demodulator component</title> 7 <description>Demodulates data symbols into bits for a variety of modulation schemes</description> 7 8 <author> 8 9 <name>OSSIE Project</name>