/home/doxygen/libascend/compiler/initialize.h

Go to the documentation of this file.
00001 /*  ASCEND modelling environment
00002     Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly
00003     Copyright (C) 2006 Carnegie Mellon University
00004 
00005     This program is free software; you can redistribute it and/or modify
00006     it under the terms of the GNU General Public License as published by
00007     the Free Software Foundation; either version 2, or (at your option)
00008     any later version.
00009 
00010     This program is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013     GNU General Public License for more details.
00014 
00015     You should have received a copy of the GNU General Public License
00016     along with this program; if not, write to the Free Software
00017     Foundation, Inc., 59 Temple Place - Suite 330,
00018     Boston, MA 02111-1307, USA.
00019 *//*
00024     by Tom Epperly
00025     Created: 3/24/1990
00026     Last in CVS: $Revision: 1.11 $ $Date: 1998/03/17 22:08:40 $ $Author: ballan $
00027 */
00028 
00029 #ifndef ASC_INITIALIZE_H
00030 #define ASC_INITIALIZE_H
00031 
00036 #include <utilities/ascConfig.h>
00037 #include "instance_enum.h"
00038 #include "fractions.h"
00039 #include "compiler.h"
00040 #include "dimen.h"
00041 #include "expr_types.h"
00042 #include "watchpt.h"
00043 #include "name.h"
00044 #include "proc.h"
00045 
00047 extern void SetProcStackLimit(unsigned long l);
00055 #define INITSTACKLIMIT 40
00056 
00058 extern unsigned long GetProcStackLimit(void);
00059 
00061 ASC_DLLSPEC enum Proc_enum Initialize(struct Instance *context
00062     ,struct Name *name
00063     ,char *cname
00064     ,FILE *err
00065     ,wpflags options
00066     ,struct gl_list_t *watchpoints
00067     ,FILE *dplog
00068 );
00088 extern enum Proc_enum ClassAccessInitialize(struct Instance *context
00089     ,struct Name *class_name
00090     ,struct Name *name
00091     ,char *cname
00092     ,FILE *err
00093     ,wpflags options
00094     ,struct gl_list_t *watchpoints
00095     ,FILE *dplog
00096 );
00114 ASC_DLLSPEC struct InitProcedure *FindProcedure(CONST struct Instance *i,
00115                                            symchar *procname);
00122 ASC_DLLSPEC struct InitProcedure *SearchProcList(CONST struct gl_list_t *list,
00123                                             symchar *name);
00129 /* @} */
00130 
00131 #endif /* ASC_INITIALIZE_H */

Generated on Thu Jul 17 04:00:10 2008 for libascend by  doxygen 1.5.1