>
> > Any ETA when new properties for gear/surfaces will make it into CVS?
>
> Everything's there.
>
>
For both YASim and JSBSim the flaps seem inop. Gear, flight surfaces,
engines are okay. Except it looks like the
YASim 747 needs a nose gear
Key board "]" and "[" activate audio flap sound and panel movement of flap
switch, just nothing from properties
Here is code snip from XML file for 747
<control-input axis="/controls/flaps" control="FLAP0"/>
<control-input axis="/controls/aileron" control="FLAP1" split="true"/>
<control-input axis="/controls/aileron-trim" control="FLAP1" split="true"/>
<control-input axis="/controls/slats" control="SLAT"/>
<control-input axis="/controls/spoilers" control="SPOILER"/>
<control-output control="FLAP0" prop="/surface-positions/flap-pos-norm"/>
<control-speed control="FLAP0" transition-time="10"
and the code from the source file to retrieve the properties
data->elevator = fgGetDouble("/surface-positions/elevator-pos-norm");
//data->elevator_trim = globals->get_controls()->get_elevator_trim();
//data->rudder = globals->get_controls()->get_rudder();
//data->rudder_trim = p_Controls->get_rudder_trim();
data->flaps = fgGetDouble("/surface-positions/flaps-pos-norm");
//data->flaps = globals->get_controls()->get_flaps();
data->gear_nose = fgGetDouble("/gear/gear[0]/position-norm");
data->gear_left = fgGetDouble("/gear/gear[1]/position-norm");
data->gear_right = fgGetDouble("/gear/gear[2]/position-norm");
Any suggestions, ideas??
Regards
JW
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel