Generalize the evaluation of floating point delays, and

get it working with delay assignment statements.

 Allow parameters to be referenced by hierarchical name.
This commit is contained in:
steve
2001-01-14 23:04:55 +00:00
parent b712c3f5ca
commit 219df169a3
15 changed files with 250 additions and 56 deletions
+9 -1
View File
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: util.h,v 1.1 2000/04/29 04:53:44 steve Exp $"
#ident "$Id: util.h,v 1.2 2001/01/14 23:04:56 steve Exp $"
#endif
# include <string>
@@ -31,8 +31,16 @@
*/
extern string parse_first_name(string&path);
extern string parse_last_name(string&path);
/*
* $Log: util.h,v $
* Revision 1.2 2001/01/14 23:04:56 steve
* Generalize the evaluation of floating point delays, and
* get it working with delay assignment statements.
*
* Allow parameters to be referenced by hierarchical name.
*
* Revision 1.1 2000/04/29 04:53:44 steve
* missing header file.
*