19 void update(
double dt)
override;
25 std::function<
void(
const std::string& from,
const std::string& to)> fn
31 void copyToYASim(
bool copyState);
46 GearProps(SGPropertyNode_ptr gear_root);
48 SGPropertyNode_ptr has_brake;
49 SGPropertyNode_ptr wow;
50 SGPropertyNode_ptr compression_norm;
51 SGPropertyNode_ptr compression_m;
52 SGPropertyNode_ptr caster_angle_deg;
53 SGPropertyNode_ptr rollspeed_ms;
54 SGPropertyNode_ptr ground_is_solid;
55 SGPropertyNode_ptr ground_friction_factor;
58 SGPropertyNode_ptr _crashed;
59 SGPropertyNode_ptr _pressure_inhg, _temp_degc, _density_slugft3;
60 SGPropertyNode_ptr _gear_agl_m, _gear_agl_ft;
61 SGPropertyNode_ptr _pilot_g, _speed_setprop;
62 SGPropertyNode_ptr _catapult_launch_cmd, _tailhook_position_norm;
63 SGPropertyNode_ptr _launchbar_position_norm, _launchbar_holdback_pos_norm;
64 SGPropertyNode_ptr _launchbar_state, _launchbar_strop;
65 std::vector<GearProps> _gearProps;