* Carson Fenimore -- 4/21/2009 3:49 AM:
> I don't see any way to feed waypoints remotely 

See the top of file $FG_ROOT/gui/dialogs/route-manager.xml:

  
http://cvs.flightgear.org/viewvc/data/gui/dialogs/route-manager.xml?revision=1.10&view=markup

All route-manager/waypoint functions are accessible via input
property /autopilot/route-manager/input. This works with any
remote property access method, such as http, telnet etc.

| command interface /autopilot/route-manager/input:
| 
|   @clear             ... clear route
|   @pop               ... remove first entry
|   @delete3           ... delete 4th entry
|   @insert2:k...@900  ... insert "k...@900" as 3rd entry
|   k...@900           ... append "k...@900"


Example:

  $ telnet localhost 5500
  set /autopilot/route-manager/input k...@5000

m.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to