Leg in a flight route.
More...
#include <Leg.h>
Leg in a flight route.
Definition at line 37 of file Leg.h.
◆ Leg()
Constructs a flight route leg with given start and end point.
- Parameters
-
start | Start point |
end | End point |
◆ description()
Brief description of Dist ETE, TC and THGetter function for property of the same name.
- Parameters
-
wind | Estimated wind |
aircraft | Aircraft in use |
- Returns
- Estimated WCA on leg
◆ distance()
Getter function for property of the same name.
- Returns
- Property distance
◆ endPoint()
Getter function for property of the same name.
- Returns
- Property endPoint
Definition at line 102 of file Leg.h.
◆ ETE()
ETE for leg.
- Parameters
-
wind | Estimated wind |
aircraft | Aircraft in use |
- Returns
- ETE for leg
Definition at line 145 of file Leg.h.
◆ Fuel()
Estimated fuel consumption on leg.
- Parameters
-
wind | Estimated wind |
aircraft | Aircraft in use |
- Returns
- Estimated fuel consumption on leg
◆ GS()
Estimated ground speed on leg.
- Parameters
-
wind | Estimated wind |
aircraft | Aircraft in use |
- Returns
- Estimated ground speed on leg
◆ isFollowing()
Check if positionInfo is travelling on this leg.
The positionInfo is considered to be travelling along this leg if
- isNear() is true, and
- the true track (TT) is known, and
- the difference TT-QUJ(endPoint) is in [-60, 60] degrees
- the difference TT-QUJ(startPoint) is in [120, 240] degrees
- Parameters
-
positionInfo | PositionInfo that is checked to be following |
- Returns
- True if the conditions are met
◆ isNear()
Check if position is closer than nearThreshold to this leg.
- Parameters
-
positionInfo | Position that is checked to be near |
- Returns
- True if all data is valid and position is closer than nearThreshold to this leg.
◆ isValid()
auto Navigation::Leg::isValid |
( |
| ) |
const -> bool |
|
nodiscard |
Getter function for property of the same name.
- Returns
- Property valid
◆ startPoint()
Getter function for property of the same name.
- Returns
- Property startPoint
Definition at line 114 of file Leg.h.
◆ TC()
Getter function for property of the same name.
- Returns
- Property TC
◆ TH()
Estimated true heading on leg.
- Parameters
-
wind | Estimated wind |
aircraft | Aircraft in use |
- Returns
- Estimated true heading on leg
Definition at line 201 of file Leg.h.
◆ WCA()
Estimated WCA on leg.
- Parameters
-
wind | Estimated wind |
aircraft | Aircraft in use |
- Returns
- Estimated WCA on leg
◆ nearThreshold
Distance threshold.
A position is considered near the leg if the distance is less than this threshold
Definition at line 75 of file Leg.h.
◆ TC
True course.
This property holds the true course for the leg. It holds NaN if the leg is invalid or shorter than 100m
Definition at line 85 of file Leg.h.
The documentation for this class was generated from the following file:
- /home/runner/work/enroute/enroute/src/navigation/Leg.h