41 #include "simgear/props/propertyObject.hxx" 42 #include "FGFCSComponent.h" 48 #define ID_WAYPOINT "$Id: FGWaypoint.h,v 1.4 2016/04/17 13:19:39 bcoconni Exp $" 112 simgear::PropertyObject<double> target_latitude;
113 simgear::PropertyObject<double> target_longitude;
114 simgear::PropertyObject<double> source_latitude;
115 simgear::PropertyObject<double> source_longitude;
116 double target_latitude_unit;
117 double target_longitude_unit;
118 double source_latitude_unit;
119 double source_longitude_unit;
122 enum {eNone=0, eDeg, eRad, eFeet, eMeters} eUnit;
123 enum {eNoType=0, eHeading, eDistance} WaypointType;
125 void Debug(
int from);
Encapsulates the Flight Control System (FCS) functionality.
Base class for JSBSim Flight Control System Components.
Models a Waypoint object.