GNU Radio 3.3.0 C++ API

pmt_serial_tags.h

Go to the documentation of this file.
00001 // 
00002 // Copyright 2007 Free Software Foundation, Inc.
00003 // 
00004 // This file is part of GNU Radio
00005 // 
00006 // GNU Radio is free software; you can redistribute it and/or modify
00007 // it under the terms of the GNU General Public License as published by
00008 // the Free Software Foundation; either version 3, or (at your option)
00009 // any later version.
00010 // 
00011 // GNU Radio is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 // GNU General Public License for more details.
00015 // 
00016 // You should have received a copy of the GNU General Public License along
00017 // with this program; if not, write to the Free Software Foundation, Inc.,
00018 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00019 // 
00020 // 
00021 // THIS FILE IS MACHINE GENERATED FROM pmt-serial-tags.scm. DO NOT EDIT BY HAND.
00022 // See pmt-serial-tags.scm for additional commentary.
00023 // 
00024 #ifndef INCLUDED_PMT_SERIAL_TAGS_H
00025 #define INCLUDED_PMT_SERIAL_TAGS_H
00026 
00027 enum pst_tags {
00028   PST_TRUE      = 0x0,
00029   PST_FALSE     = 0x1,
00030   PST_SYMBOL    = 0x2,
00031   PST_INT32     = 0x3,
00032   PST_DOUBLE    = 0x4,
00033   PST_COMPLEX   = 0x5,
00034   PST_NULL      = 0x6,
00035   PST_PAIR      = 0x7,
00036   PST_VECTOR    = 0x8,
00037   PST_DICT      = 0x9,
00038   PST_UNIFORM_VECTOR    = 0xa,
00039   UVI_ENDIAN_MASK       = 0x80,
00040   UVI_SUBTYPE_MASK      = 0x7f,
00041   UVI_LITTLE_ENDIAN     = 0x0,
00042   UVI_BIG_ENDIAN        = 0x80,
00043   UVI_U8        = 0x0,
00044   UVI_S8        = 0x1,
00045   UVI_U16       = 0x2,
00046   UVI_S16       = 0x3,
00047   UVI_U32       = 0x4,
00048   UVI_S32       = 0x5,
00049   UVI_U64       = 0x6,
00050   UVI_S64       = 0x7,
00051   UVI_F32       = 0x8,
00052   UVI_F64       = 0x9,
00053   UVI_C32       = 0xa,
00054   UVI_C64       = 0xb,
00055   PST_COMMENT   = 0x3b,
00056   PST_COMMENT_END       = 0xa,
00057 };
00058 #endif