1
0
Fork 0
flightgear/src/Autopilot
Torsten Dreyer 644bb8c4f4 Spring-cleaning: some minor optimization
- initialize uninitialized properties
- use prefix instead of postfix increments
- reduce visibility of variables
- use empty() instead of size() == 0 for vector and string
- pass string by reference, not by value
2012-03-06 22:28:18 +01:00
..
analogcomponent.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
analogcomponent.hxx Some autopilot works 2012-02-12 11:41:21 +01:00
autopilot.cxx Some autopilot works 2012-02-12 11:41:21 +01:00
autopilot.hxx Some autopilot works 2012-02-12 11:41:21 +01:00
autopilotgroup.cxx Some xml-autopilot tuning 2012-02-15 14:59:10 +01:00
autopilotgroup.hxx Some autopilot fixes 2011-10-27 08:27:52 +02:00
CMakeLists.txt CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
component.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
component.hxx Fixes for include-file flattening - condition.hxx no longer pulls in props or props_io 2011-07-30 10:47:28 +01:00
digitalcomponent.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
digitalcomponent.hxx Fix some code which clang didn't like 2011-10-23 15:33:00 +01:00
digitalfilter.cxx Some xml-autopilot tuning 2012-02-15 14:59:10 +01:00
digitalfilter.hxx Some autopilot works 2012-02-12 11:41:21 +01:00
flipflop.cxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
flipflop.hxx Some code documentation added to the A/P flip flop implementation 2010-06-25 11:06:00 +02:00
functor.hxx Some autopilot fixes 2011-10-27 08:27:52 +02:00
inputvalue.cxx Some xml-autopilot tuning 2012-02-15 14:59:10 +01:00
inputvalue.hxx Some autopilot works 2012-02-12 11:41:21 +01:00
logic.cxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
logic.hxx One more fix for a working windows build. 2010-06-28 13:53:17 +02:00
pidcontroller.cxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
pidcontroller.hxx New autopilot subsystem implementation. 2010-06-24 17:09:33 +02:00
pisimplecontroller.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
pisimplecontroller.hxx New autopilot subsystem implementation. 2010-06-24 17:09:33 +02:00
predictor.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
predictor.hxx Fixed autopilot/Predictor. 2010-10-08 21:41:09 +02:00
route_mgr.cxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
route_mgr.hxx Expose route-manager WP mirror nodes on the API 2011-09-19 11:38:35 +01:00