summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/utils.h
diff options
context:
space:
mode:
authorJosh Blum2010-03-01 16:16:16 -0800
committerJosh Blum2010-03-01 16:16:16 -0800
commitc85606eaaf5a73387d4423bdeb2f63483394137e (patch)
tree27acac1fe78a637b5d95f8b872f4366b1c12f03f /gr-uhd/lib/utils.h
parent00f9ccaa50ed26d71a66d19f8f1518874004c5de (diff)
downloadgnuradio-c85606eaaf5a73387d4423bdeb2f63483394137e.tar.gz
gnuradio-c85606eaaf5a73387d4423bdeb2f63483394137e.tar.bz2
gnuradio-c85606eaaf5a73387d4423bdeb2f63483394137e.zip
using samples prop, added unchecked in files for utils and grc rx wrapper
Diffstat (limited to 'gr-uhd/lib/utils.h')
-rw-r--r--gr-uhd/lib/utils.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/gr-uhd/lib/utils.h b/gr-uhd/lib/utils.h
new file mode 100644
index 000000000..7530faba2
--- /dev/null
+++ b/gr-uhd/lib/utils.h
@@ -0,0 +1,30 @@
+/* -*- c++ -*- */
+/*
+ * Copyright 2010 Free Software Foundation, Inc.
+ *
+ * This file is part of GNU Radio
+ *
+ * GNU Radio is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3, or (at your option)
+ * any later version.
+ *
+ * GNU Radio is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GNU Radio; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#ifndef INCLUDED_NOINST_UTILS_H
+#define INCLUDED_NOINST_UTILS_H
+
+#include <uhd/device_addr.hpp>
+
+uhd::device_addr_t args_to_device_addr(const std::string &args);
+
+#endif /* INCLUDED_NOINST_UTILS_H */