IDL files

Jayakumar Muthukumarasamy ([email protected])
Wed, 21 Dec 1994 17:39:21 -0500 (EST)

Hi Pedro,

I have put IDL files for Application IDL into the masterm account
at georgia tech. The directory is ~/ApplicationIDL. The IDL files now
compile without errors. I have also put in the code generated be orbeline
for the file idl.idl in the same directory. By convention all files of the
form *_c.* are client side files, and all files of the form *_s.* are
server side files. The total number of lines in all the files is about
17000. This is just for the interface alone. The implementation would probably
take another couple of thousand lines. I am beginning to worry about
the amount of code that is going to be generated for the entire model
server.

I am going to try the phone example using the model I currently
have. This will serve as a sanity check on the model also. As for the
reference manual, I couldn't generate it, since we don't have i2mif
available at gatech. I tried to generate the mif files using the
masterm account at isi. But, the framemaker we have didn't recognize it
as a mif file. It read it as a text file. I wonder what I am doing wrong.

-jk