*False alarm. This is not a problem.
I had accidentally installed to a different directory than I was importing from.
Tom
I had accidentally installed to a different directory than I was importing from.
Tom
On Sun, Nov 3, 2013 at 11:23 PM, Tommy Tracy <tjt7a@virginia.edu> wrote:
Nothing is printed to std out when running or using GDB. Is GNU Radio catching these log outputs, or is there another method for me to get information from within a block constructor/work() method?in my c++ application, the program will write my string to std out in the following format:Dear GNU Radio,If I have a:
GR_LOG_DEBUG(d_debug_logger, <some interesting string>);
DEBUG: <some interesting string>
when executed, or if I step through with GDB.
----------
If, however, I have the following line in a GR Block private constructor:
GR_LOG_DEBUG(d_debug_logger, <some interesting string>);
--
Sincerely,
Tommy Tracy II
UVA
--
Sincerely,
Tommy Tracy II
UVA
No comments:
Post a Comment