Re: [Flightgear-devel] PA28-161 Piper Cherokee Warrior II

2002-12-27 Thread David Megginson
Tony Peden writes:

   if you haven't seen a stabilator/anti-servo tab at work before, and
  
  By that do you mean that the TE of the tab goes up when the TE of
  the stabilator goes up?

Yes.  It damps the stabilator movement.  The trim wheel changes the
default position of the anti-servo tab to help hold the stabilator in
different positions.  It's standard on all Piper Cherokees and
Cherokee derivatives (Warrior, Archer, Arrow, etc.) as far as I know.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



re: [Flightgear-devel] ATC Sound

2002-12-27 Thread David Luff
David Megginson writes:

Are you using the latest CVS plib? The funny thing for me is that all the other 
sound samples are playing fine. 

No, I'm using 1.6.0.  I'll give it a try with CVS and see what happens.

Cheers - Dave

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] Networking doesn't work (for me at least)

2002-12-27 Thread Tommy McDaniel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I recompiled FlightGear yesterday with the option
--with-network-olk (since I didn't do that the first
time), but it doesn't seem to work. When I run fgfs
--enable-network-olk I don't get a Network menu or
any other kind of indication that networking is up.
Further, when I throw in the option --net-hud the
program has a segmentation violation the moment I try
to switch the HUD on. I got a backtrace, and here's
the part that matters:

Refreshing timestamps for -122.375 37.5625
scheduling needed tiles for -122.358 37.6117

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 20388)]
net_hud_update () at net_hud.cxx:81
81other = head-next;
(gdb) backtrace
#0  net_hud_update () at net_hud.cxx:81
#1  0x080ef1f4 in fgUpdateHUD (x_start=-172.307709,
y_start=0, x_end=812.307678, y_end=480) at
hud.cxx:1172
#2  0x080eeca9 in fgUpdateHUD () at hud.cxx:1048
#3  0x080e8875 in fgCockpitUpdate () at
cockpit.cxx:713
#4  0x08050a63 in fgRenderFrame () at main.cxx:854
#5  0x080527fa in fgMainLoop () at main.cxx:1265
#6  0x40090845 in idleWait () from
/usr/lib/libglut.so.3
#7  0x0805700a in main (argc=3, argv=0xb804) at
main.cxx:1823
#8  0x403963c1 in __libc_start_main () from
/lib/libc.so.6

It sure looks like we're dereferencing another NULL
pointer. Just in case there was some kind of unusual
funkiness with configure, I erased all installed
FlightGear binaries and recompiled again with
--with-network-olk=yes, but I get the same result.
This almost seems like an error on my part somewhere,
but I don't know where it would be. I just tried
running FlightGear again with --httpd=3000 and then
again with --telnet=3000, in case that made a
difference, but it still crashes the moment I try to
turn on the HUD. Does anyone know what's going on
here?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+C0ISVB8FYP9YqDcRAruxAJ9Szv/dUjhy8qzXeX6mIjJPZNrWkgCfS/GG
vbzrZ3eKE7Q2XGI12ftmTM4=
=HQYA
-END PGP SIGNATURE-


__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] History of CYOW

2002-12-27 Thread David Megginson
Here's a nice history of the airport I fly from.  My favorite part is
the official opening ceremonies for the a terminal building in 1959,
when a USAF F-104 accidentally goes supersonic during a low flyover
and smashes all the windows:

  http://www.ottawaskies.ca/history/index.htm

C-FBJO lives on the North Field.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] properties documentation

2002-12-27 Thread Mike Bonar
I am currently experimenting with doxemacs, a lisp extension to emacs that 
aids in formatting code for use with doxygen.  Being an emacs newbie this 
might take a few days to get working ;-) I'll upload samples for everyone to 
see shortly.  In the meantime, here are a couple of sites that have got 
doxygen working well.  They show the kinds of things we can include if we 
want.

Regards,

Mike

http://wbxmllib.sourceforge.net/html/index.html
http://www.focus-sw.com/doc/FTMP_MBCC/
http://bakery.sourceforge.net/reference/html/index.html

On Monday 23 December 2002 10:53, David Megginson wrote:
 Jon Berndt writes:
 
   Right. I was looking at it from another angle. That is, from the source
   code side. JSBSim uses properties and in the header we can probably
   document all the properties for a particular class. When Doxygen builds
   the docs from header comments, those will be included.
 
 Absolutely right; we just need a recommended way to document that.
 
 
 All the best,
 
 
 David
 
 -- 
 David Megginson, [EMAIL PROTECTED], http://www.megginson.com/
 
 ___
 Flightgear-devel mailing list
 [EMAIL PROTECTED]
 http://mail.flightgear.org/mailman/listinfo/flightgear-devel
 


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] properties documentation

2002-12-27 Thread Mike Bonar
Correction: doxymacs.

On Friday 27 December 2002 16:08, Mike Bonar wrote:
 I am currently experimenting with doxemacs, a lisp extension to emacs that 
 aids in formatting code for use with doxygen.  Being an emacs newbie this 
...snip

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] properties documentation

2002-12-27 Thread Bernie Bright
On Fri, 27 Dec 2002 16:08:30 -0600
Mike Bonar [EMAIL PROTECTED] wrote:

 I am currently experimenting with doxemacs, a lisp extension to emacs that 
 aids in formatting code for use with doxygen.  Being an emacs newbie this 
 might take a few days to get working ;-) I'll upload samples for everyone to
 see shortly.  In the meantime, here are a couple of sites that have got 
 doxygen working well.  They show the kinds of things we can include if we 
 want.
 
 Regards,
 
 Mike
 
 http://wbxmllib.sourceforge.net/html/index.html
 http://www.focus-sw.com/doc/FTMP_MBCC/
 http://bakery.sourceforge.net/reference/html/index.html

http://www.simgear.org/doxygen/index.html

Bernie

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] PA28-161 Piper Cherokee Warrior II

2002-12-27 Thread Tony Peden
On Fri, 2002-12-27 at 11:08, David Megginson wrote:
 Tony Peden writes:
 
if you haven't seen a stabilator/anti-servo tab at work before, and
   
   By that do you mean that the TE of the tab goes up when the TE of
   the stabilator goes up?
 
 Yes.  It damps the stabilator movement.  The trim wheel changes the
 default position of the anti-servo tab to help hold the stabilator in
 different positions.  It's standard on all Piper Cherokees and
 Cherokee derivatives (Warrior, Archer, Arrow, etc.) as far as I know.

Hmm... that sounds like a trim tab, just the opposite of what I said.
The TE of the tab goes down when the TE of the stabilator goes up.

 
 
 All the best,
 
 
 David
-- 
Tony Peden [EMAIL PROTECTED]


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] properties documentation

2002-12-27 Thread Mike Bonar
If I'm wasting my time just let me know.

On Friday 27 December 2002 17:01, Bernie Bright wrote:
 On Fri, 27 Dec 2002 16:08:30 -0600
 Mike Bonar [EMAIL PROTECTED] wrote:
 
...snip
  doxygen working well.  They show the kinds of things we can include if we 
...snip
 
 http://www.simgear.org/doxygen/index.html
 
 Bernie
 
 ___
 Flightgear-devel mailing list
 [EMAIL PROTECTED]
 http://mail.flightgear.org/mailman/listinfo/flightgear-devel
 


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel