ltkc_hdrfd.c
Go to the documentation of this file.
00001 
00002 /*
00003  ***************************************************************************
00004  *  Copyright 2007,2008 Impinj, Inc.
00005  *
00006  *  Licensed under the Apache License, Version 2.0 (the "License");
00007  *  you may not use this file except in compliance with the License.
00008  *  You may obtain a copy of the License at
00009  *
00010  *      http://www.apache.org/licenses/LICENSE-2.0
00011  *
00012  *  Unless required by applicable law or agreed to in writing, software
00013  *  distributed under the License is distributed on an "AS IS" BASIS,
00014  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  *  See the License for the specific language governing permissions and
00016  *  limitations under the License.
00017  *
00018  ***************************************************************************
00019  */
00020 
00021 
00022 #include "ltkc_platform.h"
00023 #include "ltkc_base.h"
00024 
00025 
00026 
00027 
00028 LLRP_tSFieldDescriptor
00029 LLRP_g_fdMessageHeader_Type =
00030 {
00031     .eFieldType     = LLRP_FT_U16,
00032     .eFieldFormat   = LLRP_FMT_NORMAL,
00033     .pName          = "MessageHeader.Type",
00034     .pEnumTable     = NULL
00035 };
00036 
00037 LLRP_tSFieldDescriptor
00038 LLRP_g_fdMessageHeader_Length =
00039 {
00040     .eFieldType     = LLRP_FT_U32,
00041     .eFieldFormat   = LLRP_FMT_NORMAL,
00042     .pName          = "MessageHeader.Length",
00043     .pEnumTable     = NULL
00044 };
00045 
00046 LLRP_tSFieldDescriptor
00047 LLRP_g_fdMessageHeader_MessageID =
00048 {
00049     .eFieldType     = LLRP_FT_U32,
00050     .eFieldFormat   = LLRP_FMT_NORMAL,
00051     .pName          = "MessageHeader.MessageID",
00052     .pEnumTable     = NULL
00053 };
00054 
00055 LLRP_tSFieldDescriptor
00056 LLRP_g_fdMessageHeader_VendorPEN =
00057 {
00058     .eFieldType     = LLRP_FT_U32,
00059     .eFieldFormat   = LLRP_FMT_NORMAL,
00060     .pName          = "MessageHeader.CustomVendorPEN",
00061     .pEnumTable     = NULL
00062 };
00063 
00064 LLRP_tSFieldDescriptor
00065 LLRP_g_fdMessageHeader_Subtype =
00066 {
00067     .eFieldType     = LLRP_FT_U8,
00068     .eFieldFormat   = LLRP_FMT_NORMAL,
00069     .pName          = "MessageHeader.CustomSubtype",
00070     .pEnumTable     = NULL
00071 };
00072 
00073 LLRP_tSFieldDescriptor
00074 LLRP_g_fdParameterHeader_TVType =
00075 {
00076     .eFieldType     = LLRP_FT_U8,
00077     .eFieldFormat   = LLRP_FMT_NORMAL,
00078     .pName          = "ParameterHeader.TVType",
00079     .pEnumTable     = NULL
00080 };
00081 
00082 LLRP_tSFieldDescriptor
00083 LLRP_g_fdParameterHeader_TLVType =
00084 {
00085     .eFieldType     = LLRP_FT_U16,
00086     .eFieldFormat   = LLRP_FMT_NORMAL,
00087     .pName          = "ParameterHeader.TLVType",
00088     .pEnumTable     = NULL
00089 };
00090 
00091 LLRP_tSFieldDescriptor
00092 LLRP_g_fdParameterHeader_TLVLength =
00093 {
00094     .eFieldType     = LLRP_FT_U16,
00095     .eFieldFormat   = LLRP_FMT_NORMAL,
00096     .pName          = "ParameterHeader.TLVLength",
00097     .pEnumTable     = NULL
00098 };
00099 
00100 LLRP_tSFieldDescriptor
00101 LLRP_g_fdParameterHeader_VendorPEN =
00102 {
00103     .eFieldType     = LLRP_FT_U32,
00104     .eFieldFormat   = LLRP_FMT_NORMAL,
00105     .pName          = "ParameterHeader.CustomVendorPEN",
00106     .pEnumTable     = NULL
00107 };
00108 
00109 LLRP_tSFieldDescriptor
00110 LLRP_g_fdParameterHeader_Subtype =
00111 {
00112     .eFieldType     = LLRP_FT_U32,
00113     .eFieldFormat   = LLRP_FMT_NORMAL,
00114     .pName          = "ParameterHeader.CustomSubtype",
00115     .pEnumTable     = NULL
00116 };


thingmagic_rfid
Author(s): Brian Bingham
autogenerated on Thu May 16 2019 03:01:23