00001 /*************************************************************************** 00002 ut_const.h - description 00003 ------------------- 00004 begin : Fri Aug 25 2000 00005 copyright : (C) 2000 by CADCAM-Services Franz Reiter 00006 email : franz.reiter@cadcam.co.at 00007 00008 **************************************************************************** 00009 00010 *//* 00024 00025 */ 00026 00027 00028 00029 00030 //================================================================ 00031 // constants: 00032 00033 const int UT_INT_MAX = 999999999; 00034 const int UT_I2_MAX = 65535; 00035 const double UT_VAL_MIN = -9999999999999.999; 00036 const double UT_VAL_MAX = 9999999999999.999; 00037 const double UT_DB_LEER = -99999999.99999999; 00038 const double UT_DB_NULL = 0.0; 00039 const char UT_CHR_NULL = '\0'; 00040 00041 00042 //================ EOF =====================