[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10896 - gnuradio/branches/developers/eb/vrt/vrt/lib
From: |
eb |
Subject: |
[Commit-gnuradio] r10896 - gnuradio/branches/developers/eb/vrt/vrt/lib |
Date: |
Wed, 22 Apr 2009 21:13:48 -0600 (MDT) |
Author: eb
Date: 2009-04-22 21:13:47 -0600 (Wed, 22 Apr 2009)
New Revision: 10896
Added:
gnuradio/branches/developers/eb/vrt/vrt/lib/expanded_headers.cc
Removed:
gnuradio/branches/developers/eb/vrt/vrt/lib/expanded_header.cc
Log:
fixed typo in name
Copied: gnuradio/branches/developers/eb/vrt/vrt/lib/expanded_headers.cc (from
rev 10895, gnuradio/branches/developers/eb/vrt/vrt/lib/expanded_header.cc)
===================================================================
--- gnuradio/branches/developers/eb/vrt/vrt/lib/expanded_headers.cc
(rev 0)
+++ gnuradio/branches/developers/eb/vrt/vrt/lib/expanded_headers.cc
2009-04-23 03:13:47 UTC (rev 10896)
@@ -0,0 +1,42 @@
+/* -*- c++ -*- */
+/*
+ * Copyright 2009 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 this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <vrt/expanded_headers.h>
+
+namespace vrt {
+
+ static unsigned char expanded_headers::s_if_data[16] = {
+ 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+ };
+
+ static unsigned char expanded_headers::s_ext_data[16] = {
+ 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+ };
+
+ static unsigned char expanded_headers::s_stream_id[16] = {
+ 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+ };
+
+
+}; // vrt
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10896 - gnuradio/branches/developers/eb/vrt/vrt/lib,
eb <=