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 00027 #ifndef _IMPINJ_LTKCPP_H 00028 #define _IMPINJ_LTKCPP_H 00029 00030 /* 00031 * Version is four each 8-bit numbers: 00032 * major, minor, maintenance, progress number 00033 */ 00034 #define IMPINJ_LTKCPP_VERSION 0x0A1000F0 00035 #define IMPINJ_LTKCPP_VERSION_STR "10.16.0.240" 00036 00037 namespace LLRP 00038 { 00039 #include "out_impinj_ltkcpp.h" 00040 }; /* namespace LLRP */ 00041 00042 #endif /* !_IMPINJ_LTKCPP_H */ 00043