00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plVariableType.h 00004 * Author : Kamel Mekhnacha 00005 * Creation : Thu Jan 31 19:03:46 2002 00006 * 00007 *============================================================================= 00008 * (c) Copyright 2000, Centre National de la Recherche Scientifique, 00009 * all rights reserved 00010 *============================================================================= 00011 * 00012 *------------------------- Description --------------------------------------- 00013 * 00014 * 00015 *----------------------------------------------------------------------------- 00016 */ 00017 #ifndef _plVariableType_h_ 00018 #define _plVariableType_h_ 00019 00021 typedef enum {PL_INTEGER, PL_REAL, PL_SPARSE, 00022 PL_INTEGER_ARRAY, PL_REAL_ARRAY, PL_SPARSE_ARRAY} plVariableType; 00023 00024 #endif