00001 /* Copyright (c) Xsens Technologies B.V., 2006-2012. All rights reserved. 00002 00003 This source code is provided under the MT SDK Software License Agreement 00004 and is intended for use only by Xsens Technologies BV and 00005 those that have explicit written permission to use it from 00006 Xsens Technologies BV. 00007 00008 THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY 00009 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 00010 IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 00011 PARTICULAR PURPOSE. 00012 */ 00013 00014 #ifndef SERIALKEY_H 00015 #define SERIALKEY_H 00016 00017 // enter your MT SDK serial key here: 00018 #define SERIAL_KEY "enter serial key here" 00019 00020 #ifdef __cplusplus 00021 extern "C" 00022 #endif 00023 int setSerialKey(); 00024 00025 #endif // file guard