summaryrefslogtreecommitdiff
path: root/gr-uhd/include/gnuradio/uhd/usrp_source.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-07-08 13:30:01 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-07-08 13:30:01 -0700
commit0699175beaa775f5016b71f15d0ce53f90dd5892 (patch)
treef7f57c474fa2980bd230b35a7511df97b44ea396 /gr-uhd/include/gnuradio/uhd/usrp_source.h
parent3b6ca994ca2219d3834814d3175ef6aec04b33fb (diff)
parent8296c569c104cf7c23a84d42c5b7236306842799 (diff)
Merge remote-tracking branch 'ncorgan/ncorgan/swig_ignore_multi_usrp' into maint
Diffstat (limited to 'gr-uhd/include/gnuradio/uhd/usrp_source.h')
-rw-r--r--gr-uhd/include/gnuradio/uhd/usrp_source.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-uhd/include/gnuradio/uhd/usrp_source.h b/gr-uhd/include/gnuradio/uhd/usrp_source.h
index f330ee0901..2e165cf771 100644
--- a/gr-uhd/include/gnuradio/uhd/usrp_source.h
+++ b/gr-uhd/include/gnuradio/uhd/usrp_source.h
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2010-2013 Free Software Foundation, Inc.
+ * Copyright 2010-2014 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -535,6 +535,8 @@ namespace gr {
/*!
* Get access to the underlying uhd device object.
+ *
+ * NOTE: This function is only available in C++.
* \return the multi usrp device object
*/
virtual ::uhd::usrp::multi_usrp::sptr get_device(void) = 0;