Traffic warning.
Objects of this class represent traffic warnings, as detected by FLARM and similar devices. The data fields correspond to the data fields sent out by FLARM devices with their PFLAU NMEA-sentences. Instances of this class will be generated by the Navigation::TrafficDataSource_* classes. Consumers of this class will never have to set or construct instances of the class themselves
Definition at line 40 of file Warning.h.
Q_INVOKABLE int Traffic::Warning::alarmLevel |
( |
| ) |
const |
|
inlinenodiscard |
Alarm level, as reported by FLARM.
This is an integer in the range -1, …, 3 with the following meaning.
- -1 = invalid data
- 0 = no alarm (also used for no-alarm traffic information)
- 1 = alarm, 13-18 seconds to impact
- 2 = alarm, 9-12 seconds to impact
- 3 = alarm, 0-8 seconds to impact
- Returns
- alarm level
See the FLARM "Data Port Interface Control Document" for a further description.
Definition at line 69 of file Warning.h.
Q_INVOKABLE int Traffic::Warning::alarmType |
( |
| ) |
const |
|
inlinenodiscard |
Alarm type, as reported by FLARM.
This is an integer from the set {-1, 2, 3, 4} with the following meaning.
- -1 = invalid data
- 2 = aircraft alarm
- 3 = obstacle alarm
- 4 = traffic advisory
Alert zone alarms are currently not supported.
- Returns
- alarm type
See the FLARM "Data Port Interface Control Document" for a further description.
Definition at line 90 of file Warning.h.