RE: [Flightgear-devel] enrty and exit points of main loop

2004-01-26 Thread Snyder Adam D Civ AFRL/VACD
I remember some documentation on the different sockets available through flightgear, but can't seem to find them on the site. Do you know where I can find these? Thanks, Adam -Original Message- From: David Megginson [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 6:21 PM To:

RE: [Flightgear-devel] enrty and exit points of main loop

2004-01-23 Thread Snyder Adam D Civ AFRL/VACD
Adam D Civ AFRL/VACD wrote: > Hello, > > I am trying to add some calls to flightgear's main loop in > order to set up shared memory and semaphores, and then remove them when > FG exits. The easy part is the initialization but I can't find a good > spot i

[Flightgear-devel] enrty and exit points of main loop

2004-01-23 Thread Snyder Adam D Civ AFRL/VACD
Hello,       I am trying to add some calls to flightgear's main loop in order to set up shared memory and semaphores, and then remove them when FG exits.  The easy part is the initialization but I can't find a good spot in the code to do any cleanup, due to the glutMainLoop.  Any

[Flightgear-devel] getting and setting properties

2004-01-22 Thread Snyder Adam D Civ AFRL/VACD
After reading through "fg_props.hxx", I found that the most efficient was to get a property value is to use fgGetNode instead of the "fgGet" functions.   Is there a more efficient way to set properties, or is that best way to use the "fgSet" functions Thanks.   Adam ___