Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RXInfo ¶
type RXInfo struct { MAC lorawan.EUI64 Time *time.Time TimeSinceGPSEpoch *gw.Duration Timestamp uint32 RSSI int LoRaSNR float64 Board int Antenna int }
RXInfo defines the RX related metadata (for each receiving gateway).
type RXInfoSet ¶
type RXInfoSet []RXInfo
RXInfoSet implements a sortable slice of RXInfo elements. First it is sorted by LoRaSNR, within the sub-set where LoRaSNR > maxSNRForSort, it will sort by RSSI.
Click to show internal directories.
Click to hide internal directories.