103 bool Run(
void)
override;
107 std::unique_ptr<FGPropertyValue> target_latitude;
108 std::unique_ptr<FGPropertyValue> target_longitude;
109 std::unique_ptr<FGPropertyValue> source_latitude;
110 std::unique_ptr<FGPropertyValue> source_longitude;
111 double target_latitude_unit;
112 double target_longitude_unit;
113 double source_latitude_unit;
114 double source_longitude_unit;
116 enum {eNone=0, eDeg, eRad, eFeet, eMeters} eUnit;
117 enum {eNoType=0, eHeading, eDistance} WaypointType;
119 void Debug(
int from)
override;