Allow a waypoint's target altitude to be modified in-place.

This commit is contained in:
jmt 2010-02-21 22:05:41 +00:00 committed by Tim Moore
parent ff95af0367
commit 7311dae483

View File

@ -130,6 +130,12 @@ public:
inline const SGGeod& get_target() const { return pos; }
/**
*
*/
inline void setTargetAltFt(double elev)
{ pos.setElevationFt(elev); }
/**
* This value is not calculated by this class. It is simply a
* placeholder for the user to stash a distance value. This is useful