1
0
Fork 0
flightgear/src/Autopilot
James Turner 6bed3fc4dd Autopilot: fix duplicate call to bind()
This fixes an error where the ‘serviceable’ property is tie()-ed twice.
The actual AP components don’t use bind (and aren’t created until init(),
so this only affects the serviceable property.
2020-04-10 13:54:30 +01:00
..
analogcomponent.cxx Autopilot: fix configuration to prevent false warnings. 2014-02-24 23:19:50 +01:00
analogcomponent.hxx SGSubsystem classes: Whitespace standardisation of the declarations. 2019-07-01 14:27:28 +02:00
autopilot.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
autopilot.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
autopilotgroup.cxx Autopilot: fix duplicate call to bind() 2020-04-10 13:54:30 +01:00
autopilotgroup.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
CMakeLists.txt CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
component.cxx Autopilot components: Switch to using the subsystem name. 2019-07-01 14:27:30 +02:00
component.hxx Autopilot components: Switch to using the subsystem name. 2019-07-01 14:27:30 +02:00
digitalcomponent.cxx Autopilot: fix configuration to prevent false warnings. 2014-02-24 23:19:50 +01:00
digitalcomponent.hxx SGSubsystem classes: Whitespace standardisation of the declarations. 2019-07-01 14:27:28 +02:00
digitalfilter.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
digitalfilter.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
flipflop.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
flipflop.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
functor.hxx Autopilot: add interface properties and property-root. 2014-02-09 18:51:09 +01:00
inputvalue.cxx Use SGMisc wrapper for _isnan makes "other" OSes happy 2017-07-07 09:12:16 +02:00
inputvalue.hxx Autopilot: add interface properties and property-root. 2014-02-09 18:51:09 +01:00
logic.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
logic.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
pidcontroller.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
pidcontroller.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
pisimplecontroller.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
pisimplecontroller.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
predictor.cxx SGSubsystem classes: Registration of all subsystems. 2019-07-01 14:51:32 +02:00
predictor.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
route_mgr.cxx Quiet false-positive tied-listener warnings 2019-10-20 13:08:47 +01:00
route_mgr.hxx Starting tests for RNAV/procedures 2019-10-16 23:28:52 +01:00