1
0
Fork 0
flightgear/src/Autopilot
James Turner d59db8ea54 FlightPlan: distuinguish routes from flight-plans
Add a bool flag isRoute to flight-plan, and use it to model
routes (which contain VIAs) from plans/legs, which do not.

Default isRoute to false, so most users only see expanded
Vias, and hence something that can be flown directly.
2022-01-15 22:23:38 +00:00
..
analogcomponent.cxx Added highlighting system. 2021-10-08 06:13:04 +01:00
analogcomponent.hxx Autopilot code tweaks 2021-12-25 13:40:25 +00:00
autopilot.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
autopilot.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
autopilotgroup.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
autopilotgroup.hxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
CMakeLists.txt CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
component.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
component.hxx Autopilot code tweaks 2021-12-25 13:40:25 +00:00
digitalcomponent.cxx src/Autopilot/digitalcomponent.cxx: fixed misleading indentation. 2021-01-01 17:54:10 +00:00
digitalcomponent.hxx SGSubsystem classes: Whitespace standardisation of the declarations. 2019-07-01 14:27:28 +02:00
digitalfilter.cxx Initialize a pointer to null. 2021-12-25 13:40:26 +00:00
digitalfilter.hxx Autopilot code tweaks 2021-12-25 13:40:25 +00:00
flipflop.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00: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 AP input: add property-path support to Inputs 2022-01-15 22:23:37 +00:00
inputvalue.hxx AP input: add property-path support to Inputs 2022-01-15 22:23:37 +00: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 src/Autopilot/pidcontroller.* added params for control of startup behaviour. 2021-08-02 22:38:11 +01:00
pidcontroller.hxx Autopilot code tweaks 2021-12-25 13:40:25 +00: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 FlightPlan: distuinguish routes from flight-plans 2022-01-15 22:23:38 +00:00
route_mgr.hxx Route-manager: cache the routePath 2021-07-21 15:45:13 +01:00