Information about the last and previous beacons.
More...
#include <lmic.h>
|
|
u1_t | flags |
| | Last beacon reception and tracking states. See BCN_* values.
|
|
u1_t | info |
| | Info field of last beacon (valid only if BCN_FULL set).
|
|
s4_t | lat |
| | Lat field of last beacon (valid only if BCN_FULL set).
|
|
s4_t | lon |
| | Lon field of last beacon (valid only if BCN_FULL set).
|
|
s1_t | rssi |
| | Adjusted RSSI value of last received beacon.
|
|
s1_t | snr |
| | Scaled SNR value of last received beacon.
|
|
u4_t | time |
| | GPS time in seconds of last beacon (received or surrogate).
|
|
ostime_t | txtime |
| | Time when the beacon was sent.
|
Information about the last and previous beacons.
The documentation for this struct was generated from the following file: