LMiC LoRa Semtech + Nucleo

Dependents:   LoRaWAN-lmic-app

Fork of LMiC by Pascal Nysten

Embed: (wiki syntax)

« Back to documentation index

bcninfo_t Struct Reference

bcninfo_t Struct Reference

Information about the last and previous beacons. More...

#include <lmic.h>

Data Fields

ostime_t txtime
 Time when the beacon was sent.
s1_t rssi
 Adjusted RSSI value of last received beacon.
s1_t snr
 Scaled SNR value of last received beacon.
u1_t flags
 Last beacon reception and tracking states. See BCN_* values.
u4_t time
 GPS time in seconds of last beacon (received or surrogate)
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)

Detailed Description

Information about the last and previous beacons.

Definition at line 100 of file lmic.h.


Field Documentation

u1_t flags

Last beacon reception and tracking states. See BCN_* values.

Definition at line 104 of file lmic.h.

u1_t info

Info field of last beacon (valid only if BCN_FULL set)

Definition at line 107 of file lmic.h.

s4_t lat

Lat field of last beacon (valid only if BCN_FULL set)

Definition at line 108 of file lmic.h.

s4_t lon

Lon field of last beacon (valid only if BCN_FULL set)

Definition at line 109 of file lmic.h.

s1_t rssi

Adjusted RSSI value of last received beacon.

Definition at line 102 of file lmic.h.

s1_t snr

Scaled SNR value of last received beacon.

Definition at line 103 of file lmic.h.

u4_t time

GPS time in seconds of last beacon (received or surrogate)

Definition at line 105 of file lmic.h.

ostime_t txtime

Time when the beacon was sent.

Definition at line 101 of file lmic.h.