No Subject

1998-11-10 Thread Rolf Riegert
Hi, we would like to include already written functions in c (not c++) into a star of ptolemy. Therefore we need to a) build the functions into a library b) include a header file in the star-description (like ccinclude or hinclude) to use the functions from the library. Does anyone

Re: Poisson's Server

1998-11-10 Thread Edward A. Lee
Just fork the input to the server, drive an exponential random number generator, and feed the output of that into the service time input of the server... Edward At 04:44 PM 11/10/98 +0100, you wrote: Hello, I'm a new user of Ptolemy and I must implement an M/M/1 queue. I

copy objects

1998-11-10 Thread CHULAJATA TATCHA
Hi, I'm using Ptolemy 0.7 under Redhat 5.0. The manual says that we cannot copy more than one object from one facet to another. I'm wondering if the new version allows us to do so. How about just creat more than one object at a time? Thanks. Tatcha Chulajata

No Subject

1998-11-10 Thread Christopher Hylands
I'm assuming that you want to be able to load in .o files produced from .c files at runtime. Check out: http://ptolemy.eecs.berkeley.edu/papers/almagest/docs/user/html/install.doc5.html --start-- A.5.10 Dynamic linking and makefiles You may find it easier to use a makefile to build .o files