diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-05-12 20:33:01 +0100 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-05-14 17:21:37 +0100 |
commit | f7929d0089935a6e5282054720913239abb64dc2 (patch) | |
tree | f92fd35706c2bdd180d3def33f593946b8e99a52 /docs/doxygen/other | |
parent | cf08d9f477aeee1faa455a04f6f48521a9458a01 (diff) |
cleaning up files and references to gnuradio-core.
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/logger.dox | 2 | ||||
-rw-r--r-- | docs/doxygen/other/main_page.dox | 6 | ||||
-rw-r--r-- | docs/doxygen/other/msg_passing.dox | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox index 2b8919dc78..3eb487d9af 100644 --- a/docs/doxygen/other/logger.dox +++ b/docs/doxygen/other/logger.dox @@ -30,7 +30,7 @@ to disable a logger. \subsection configfile Logging Configuration -The logging configuration can be found in the gnuradio-core.conf file +The logging configuration can be found in the gnuradio-runtime.conf file under the [LOG] section. This allows us fairly complete control over the logging facilities. The main configuration functions are to set up the level of the loggers and set the default output behavior of the diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 397f15b776..042a908051 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -413,9 +413,9 @@ config file itself. New as of 3.6.5. Using gr_modtool, each package comes with the ability to easily locate -the gnuradio-core library using the 'find_package(GnuradioCore)' cmake -command. This only locates that the library and include directories -exist, which is enough for most simple projects. +the gnuradio-runtime library using the 'find_package(GnuradioRuntime)' +cmake command. This only locates that the library and include +directories exist, which is enough for most simple projects. As projects become more complicated and start needing to rely on other GNU Radio components like gnuradio-blocks or gnuradio-filter, for diff --git a/docs/doxygen/other/msg_passing.dox b/docs/doxygen/other/msg_passing.dox index 7035f291e4..dc0d5bbb3f 100644 --- a/docs/doxygen/other/msg_passing.dox +++ b/docs/doxygen/other/msg_passing.dox @@ -264,6 +264,6 @@ All of these mechanisms are explored and tested in the QA code of the file qa_pdu.py. There are some examples of using the message passing infrastructure -through GRC in gnuradio-core/src/examples/msg_passing. +through GRC in gr-blocks/examples/msg_passing. */ |