Re: [Flightgear-devel] FGControls upgrade

2003-03-31 Thread Erik Hofman
David Culp wrote:
Here are the files needed to upgrade the base package, FlightGear, and JSBSim, 
to use the newly-organized FGControls module:
David,

Could you sent me the missing JSBSim file:

"../../../../src/FDM/JSBSim/JSBSim.cxx", line 398: error(1132): class
  "JSBSim::FGEngine" has no member "SetAugmentation"
eng->SetAugmentation( 
globals->get_controls()->get_augmentation(i) );
 ^

"../../../../src/FDM/JSBSim/JSBSim.cxx", line 399: error(1132): class
  "JSBSim::FGEngine" has no member "SetReverse"
eng->SetReverse( globals->get_controls()->get_reverser(i) );
 ^
"../../../../src/FDM/JSBSim/JSBSim.cxx", line 400: error(1132): class
  "JSBSim::FGEngine" has no member "SetInjection"
eng->SetInjection( 
globals->get_controls()->get_water_injection(i) );
 ^

"../../../../src/FDM/JSBSim/JSBSim.cxx", line 401: error(1132): class
  "JSBSim::FGEngine" has no member "SetIgnition"
eng->SetIgnition( globals->get_controls()->get_ignition(i) );
 ^
"../../../../src/FDM/JSBSim/JSBSim.cxx", line 402: error(1132): class
  "JSBSim::FGEngine" has no member "SetCutoff"
eng->SetCutoff( globals->get_controls()->get_cutoff(i) );
 ^
"../../../../src/FDM/JSBSim/JSBSim.cxx", line 403: error(1132): class
  "JSBSim::FGEngine" has no member "SetNitrous"
eng->SetNitrous( 
globals->get_controls()->get_nitrous_injection(i) );
 ^

"../../../../src/FDM/JSBSim/JSBSim.cxx", line 565: error(1132): class
  "JSBSim::FGEngine" has no member "GetCutoff"
node->setBoolValue("cutoff", eng->GetCutoff());
  ^
"../../../../src/FDM/JSBSim/JSBSim.cxx", line 566: error(1132): class
  "JSBSim::FGEngine" has no member "GetNitrous"
node->setBoolValue("nitrous", eng->GetNitrous());


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


Re: [Flightgear-devel] FGControls upgrade

2003-03-31 Thread Erik Hofman
Jon Berndt wrote:
I don't have a problem with it. But I think the changes need to go in en
masse, so before committing the JSBSim.?xx changes to JSBSim CVS, we need
to make sure the rest of the changes are approved to go into FlightGear
CVS.
Agreed.

Erik

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


RE: [Flightgear-devel] FGControls upgrade

2003-03-31 Thread Jon Berndt
I don't have a problem with it. But I think the changes need to go in en
masse, so before committing the JSBSim.?xx changes to JSBSim CVS, we need
to make sure the rest of the changes are approved to go into FlightGear
CVS.

Jon


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Erik Hofman
> Sent: Monday, March 31, 2003 3:00 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Flightgear-devel] FGControls upgrade
>
>
> David Culp wrote:
> > Here are the files needed to upgrade the base package,
> FlightGear, and JSBSim,
> > to use the newly-organized FGControls module:
>
> Can I safely conclude nobody has any objections to include this?
>
> Erik
>
>
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
>


smime.p7s
Description: S/MIME cryptographic signature


Re: [Flightgear-devel] FGControls upgrade

2003-03-31 Thread Erik Hofman
David Culp wrote:
Here are the files needed to upgrade the base package, FlightGear, and JSBSim, 
to use the newly-organized FGControls module:
Can I safely conclude nobody has any objections to include this?

Erik

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