|
From: Samuel B. <sa...@mi...> - 2008-04-21 20:17:59
|
Alexander Davis wrote: > Hey guys, > I'm trying to rewrite the galaxy communicator stuff for a research project > for Alzheimer patients. I am simply trying to rewrite the included > generator.c to send back a stock response, but when I run the Toy Travel > demo, it fails. The only way I can make it work is if I rewrite the frames > file to reflect this stock response. My question is this: what is the role > of the "short-example.frames" file in the toy-travel demo? it looks like it > is a frames file which is faking the I/O to/from the various servers, but > this does not make sense to me. Could someone clarify? > Thanks > Alex Davis That's exactly right. Remember, GC is an interactive system; so if we're going to put together a flow-of-control demo, you either have to actually provide input as a user, or it has to be canned. Cheers, Sam Bayer |