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
