[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/08: uhd: Fix for CID 1090026 thru -33
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/08: uhd: Fix for CID 1090026 thru -33 |
Date: |
Wed, 29 Apr 2015 21:53:07 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit f8d207029be6c266286ce418f8deb9d48aadd580
Author: Martin Braun <address@hidden>
Date: Tue Apr 28 14:18:59 2015 -0700
uhd: Fix for CID 1090026 thru -33
---
gr-uhd/examples/c++/tags_demo.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gr-uhd/examples/c++/tags_demo.cc b/gr-uhd/examples/c++/tags_demo.cc
index 787e3d2..42cbb46 100644
--- a/gr-uhd/examples/c++/tags_demo.cc
+++ b/gr-uhd/examples/c++/tags_demo.cc
@@ -24,6 +24,7 @@
#include <gnuradio/uhd/usrp_sink.h>
#include <tag_source_demo.h>
#include <tag_sink_demo.h>
+#include <uhd/utils/safe_main.hpp>
#include <boost/make_shared.hpp>
#include <boost/thread/thread.hpp> //sleep
#include <boost/program_options.hpp>
@@ -41,7 +42,7 @@ void sig_int_handler(int){stop_signal_called = true;}
/***********************************************************************
* Main w/ program options
**********************************************************************/
-int main(int argc, char *argv[]){
+int UHD_SAFE_MAIN(int argc, char *argv[]){
std::string device_addr, length_tag;
double center_freq, samp_rate, burst_dur, idle_dur;
- [Commit-gnuradio] [gnuradio] branch maint updated (6020965 -> 9b9608e), git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 03/08: uhd: Fix for CID 1090026 thru -33,
git <=
- [Commit-gnuradio] [gnuradio] 01/08: grc: no block alias for variables, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'ravi/maint' into maint, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 04/08: digital: Fixes for CIDs 1043259-60, 1043267-68, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 06/08: Merge remote-tracking branch 'tom/docs/fixes1' into maint, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 02/08: docs: Fixing some missing parameters and other Doxygen errors/warnings., git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 05/08: Provide correct URLs in the doxygen build guide, git, 2015/04/29
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'mbr0wn/uhd/coverity' into maint, git, 2015/04/29