00001 00002 /* 00003 ***************************************************************************** 00004 * * 00005 * IMPINJ CONFIDENTIAL AND PROPRIETARY * 00006 * * 00007 * This source code is the sole property of Impinj, Inc. Reproduction or * 00008 * utilization of this source code in whole or in part is forbidden without * 00009 * the prior written consent of Impinj, Inc. * 00010 * * 00011 * (c) Copyright Impinj, Inc. 2007,2008. All rights reserved. * 00012 * * 00013 *****************************************************************************/ 00014 00015 00028 #ifndef _IMPINJSTP_LTKCPP_H 00029 #define _IMPINJSTP_LTKCPP_H 00030 00031 /* 00032 * Version is four each 8-bit numbers: 00033 * major, minor, maintenance, progress number 00034 */ 00035 #define IMPINJSTP_LTKCPP_VERSION 0x0A100004 00036 #define IMPINJSTP_LTKCPP_VERSION_STR "10.16.0.4" 00037 00038 namespace LLRP 00039 { 00040 #include "out_impinjstp_ltkcpp.h" 00041 }; /* namespace LLRP */ 00042 00043 #endif /* !_IMPINJSTP_LTKCPP_H */ 00044