mirror of
https://github.com/JvanKatwijk/dab-cmdline
synced 2025-10-05 15:42:46 +02:00
renaming
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,20 @@
|
||||
|
||||
DAB COMMAND LINE and DAB LIBRARY
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
The software is provided as is, it is available under the GPL-V2,
|
||||
the examples might or might not work.
|
||||
As far as I can see they work on my Linux-x86 box, no garantees are
|
||||
given that the library software or the examples will work on
|
||||
Windows or any other system.
|
||||
|
||||
THE EXAMPLES ARE NOT INTENDED TO BE FULL SOLUTIONS, BUT MERELY
|
||||
THERE TO GIVE YOU AN IDEA HOW TO USE THE LIBRARY OR ITS SOURCES.
|
||||
MODIFICATIONS IN THE LIBRARY ARE NOT ALWAYS TESTED ON ALL EXAMPLES,
|
||||
PLEASE CORRECT THEM YOURSELF IF YOU (THINK YOU) FIND AN
|
||||
ERROR BEFORE ASKING ME.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Notes
|
||||
|
||||
|
@@ -102,7 +102,7 @@ set (${objectName}_HDRS
|
||||
./includes/ofdm/sample-reader.h
|
||||
./includes/ofdm/timesyncer.h
|
||||
./includes/ofdm/fic-handler.h
|
||||
./includes/ofdm/fib-processor.h
|
||||
./includes/ofdm/fib-decoder.h
|
||||
./includes/ofdm/tii-detector.h
|
||||
./includes/backend/firecode-checker.h
|
||||
./includes/backend/backend-base.h
|
||||
@@ -148,7 +148,7 @@ set (${objectName}_SRCS
|
||||
./src/ofdm/sample-reader.cpp
|
||||
./src/ofdm/timesyncer.cpp
|
||||
./src/ofdm/fic-handler.cpp
|
||||
./src/ofdm/fib-processor.cpp
|
||||
./src/ofdm/fib-decoder.cpp
|
||||
./src/ofdm/tii-detector.cpp
|
||||
./src/backend/firecode-checker.cpp
|
||||
./src/backend/backend-base.cpp
|
||||
|
@@ -186,7 +186,7 @@ endif ()
|
||||
../library/includes/ofdm/freq-interleaver.h
|
||||
../library/includes/ofdm/timesyncer.h
|
||||
../library/includes/ofdm/fic-handler.h
|
||||
../library/includes/ofdm/fib-processor.h
|
||||
../library/includes/ofdm/fib-decoder.h
|
||||
../library/includes/ofdm/tii-detector.h
|
||||
../library/includes/ofdm/sample-reader.h
|
||||
../library/includes/backend/firecode-checker.h
|
||||
@@ -237,7 +237,7 @@ endif ()
|
||||
../library/src/ofdm/freq-interleaver.cpp
|
||||
../library/src/ofdm/timesyncer.cpp
|
||||
../library/src/ofdm/sample-reader.cpp
|
||||
../library/src/ofdm/fib-processor.cpp
|
||||
../library/src/ofdm/fib-decoder.cpp
|
||||
../library/src/ofdm/fic-handler.cpp
|
||||
../library/src/ofdm/tii-detector.cpp
|
||||
../library/src/backend/firecode-checker.cpp
|
||||
|
Reference in New Issue
Block a user