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