|
|
@ -19,6 +19,7 @@ float32 vdop # Vertical dilution of precision |
|
|
|
|
|
|
|
|
|
|
|
int32 noise_per_ms # GPS noise per millisecond |
|
|
|
int32 noise_per_ms # GPS noise per millisecond |
|
|
|
int32 jamming_indicator # indicates jamming is occurring |
|
|
|
int32 jamming_indicator # indicates jamming is occurring |
|
|
|
|
|
|
|
uint8 jamming_state # indicates whether jamming has been detected or suspected by the receivers. O: Unknown, 1: OK, 2: Warning, 3: Critical |
|
|
|
|
|
|
|
|
|
|
|
float32 vel_m_s # GPS ground speed, (metres/sec) |
|
|
|
float32 vel_m_s # GPS ground speed, (metres/sec) |
|
|
|
float32 vel_n_m_s # GPS North velocity, (metres/sec) |
|
|
|
float32 vel_n_m_s # GPS North velocity, (metres/sec) |
|
|
|