Torsten Dreyer
5ebdcdc3d5
Some autopilot works
...
- add new <update-interval-secs> for autopilot components.
This does what it says.
- add new method to PeriodicalValue to normalize symmetric around zero
- move the DigitalFilterImplementation out of the header file
- refactor NoiseSpikeFilter: spare some cpu-cycles and respect periodical
output
2012-02-12 11:41:21 +01:00
Torsten Dreyer
1a80d70e00
Some autopilot fixes
...
- fix minor memory leak
- make autopilots addable and removeable at runtime
2011-10-27 08:27:52 +02:00
James Turner
b1b4b7ecf4
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
Torsten Dreyer
c41364983e
fix double binding bug in autopilotgroup and naming error
2010-08-26 18:51:46 +02:00
Torsten Dreyer
fed62b13dd
Downgrade two autopilot SG_LOG alerts to warnings
2010-08-25 20:43:43 +02:00
Torsten Dreyer
ff408dc540
(Re)allow duplicate names for A/P stages
...
Don't ignore autpilot stages with duplicate names but rename
the dups to a unique name by adding '_' plus a sequence number.
2010-07-24 17:17:33 +02:00
Torsten Dreyer
d558b52cb6
New autopilot subsystem implementation.
...
Split the former single-file-implementation in xmlauto.?xx into multiple
files and use some OO techniques. Started with documentation to be used
with doxygen.
2010-06-24 17:09:33 +02:00
curt
3ecf1b8dce
Autopilot "class-ification".
...
Separated out gui parts of autopilot control from the actual autopilot code.
2000-04-30 06:51:49 +00:00
curt
3b34980556
Updates to simple.[ch]xx to use gdbm to look up airport values.
2000-03-29 20:21:31 +00:00
curt
1294aed465
One more pass at a reorg.
2000-02-16 23:01:03 +00:00
curt
485230b443
Code reorganization.
2000-02-15 03:30:01 +00:00
curt
797fb48d03
Playing around with altitude hold settings.
1999-12-13 21:44:21 +00:00
curt
229ba460d8
Moved wgs_84 time and distance calc routines to fg_geodesy.[ch]xx
1999-10-14 19:31:55 +00:00
curt
e78f205b38
Added some temporary debugging msgs (now commented out.)
1999-10-14 01:53:20 +00:00
curt
23b97f93fe
Replaced all instances of pow(a,2.0) with (a*a)
1999-10-13 19:33:17 +00:00
curt
de03bd75bd
Default to no force-disengage of autopilot for now.
1999-10-12 03:29:10 +00:00
curt
b86e6ddc11
Updating FGFS <=> FDM interface.
1999-10-11 23:09:07 +00:00
curt
4e043de1f1
Added "ETA" to display.
1999-10-10 16:47:21 +00:00
curt
65ea4e8bfc
Updates contributed by Norman Vine.
1999-10-09 13:07:35 +00:00
curt
26193c5b19
PVE serial output tweaks.
...
Other minor tweaks.
1999-10-01 20:07:44 +00:00
curt
057fa8d37e
Norman's autopilot updates, now serving great circle routes direct to
...
the center of airports.
1999-09-11 02:07:48 +00:00
Tim Moore
c90db01dc8
source tree reorganization prior to flightgear 0.7
...
SimGear and TerraGear appear to have been split off at this time.
2009-09-14 14:26:20 +02:00