00001 /*************************************************************** 00002 * Name: common.h 00003 * Purpose: Common defines 00004 * Author: NDA (nicola.dellamico@ndatech.it) 00005 * Created: 2008-07-30 00006 * Copyright: CAEN S.p.A (www.caen.it) 00007 * License: 00008 **************************************************************/ 00009 #ifndef _COMMON_H_INCLUDED 00010 #define _COMMON_H_INCLUDED 00011 00012 00013 //#if defined(__WXMSW__) 00014 // #define WIN32 00015 //#elif defined(__WXMAC__) 00016 // ??? 00017 //#elif defined(__UNIX__) 00018 // #define LINUX 00019 //#endif 00020 00021 extern "C" 00022 { 00023 #include "./include/common/common_defs.h" 00024 #include "./include/N1568SDK/N1568.h" 00025 } 00026 00027 00028 #define MAX_CHANNELS 16 00029 #define SW_REVISION _T( "1.0.0") 00030 00031 typedef enum _LOG_MESSAGE_TYPE { 00032 LMT_INTERNAL= 0, 00033 LMT_COMMUNICATION, 00034 } LOG_MESSAGE_TYPE; 00035 00036 #endif // _COMMON_H_INCLUDED
1.5.6