TarzaNN
TarzaNN neural network simulator
|
00001 /************************************************************************* 00002 ***** CPI VERSION HEADER ***** 00003 ***** ***** 00004 ***** (C)2010 FLIR Commercial Systems, Inc. ***** 00005 ***** All Rights Reserved. ***** 00006 ***** ***** 00007 ***** Licensed users may freely distribute compiled code including ***** 00008 ***** this code and data. Source data and code may NOT be ***** 00009 ***** distributed without the prior written consent from FLIR ***** 00010 ***** Commercial Systems, Inc. ***** 00011 ***** ***** 00012 ***** FLIR Commercial Systems, Inc. reserves the right to make ***** 00013 ***** changes without further notice to any content herein to ***** 00014 ***** improve reliability, function or design. FLIR Commercial ***** 00015 ***** Systems, Inc. shall not assume any liability arising from ***** 00016 ***** the application or use of this code, data or function. ***** 00017 ***** ***** 00018 ***** FLIR Commercial Systems, Inc. ***** 00019 ***** Motion Control Systems ***** 00020 ***** 890C Cowan Rd, Burlingame, CA 94010 ***** 00021 ***** www.flir.com/mcs ***** 00022 ***** mcs-support@flir.com ***** 00023 *************************************************************************/ 00024 00025 #ifndef CPIVER_H 00026 #define CPIVER_H 00027 00028 #define PTU_CPI_CODE_VERSION "v1.09.23" 00029 00030 #define OPCODE_VERSION PTU_CPI_CODE_VERSION 00031 00032 #endif /* CPIVER_H */ 00033