1

Dependents:   0A101_mDot_Sensor_Rev3_AUS 601_mDot_Sensor_RevJT_AUS

Fork of libmDot-mbed5 by MultiTech

Embed: (wiki syntax)

« Back to documentation index

Statistics Struct Reference

Statistics Struct Reference

Statistics of current network session. More...

#include <Lora.h>

Data Fields

uint32_t Up
 Number of uplink packets sent.
uint32_t Down
 Number of downlink packets received.
uint32_t Joins
 Number of join requests sent.
uint32_t JoinFails
 Number of join requests without response or invalid response.
uint32_t MissedAcks
 Number of missed acknowledgement attempts of confirmed packets.
uint32_t CRCErrors
 Number of CRC errors in received packets.
int32_t AvgCount
 Number of packets used to compute rolling average of RSSI and SNR.
int16_t Rssi
 RSSI of last packet received.
int16_t RssiMin
 Minimum RSSI of last AvgCount packets.
int16_t RssiMax
 Maximum RSSI of last AvgCount packets.
int16_t RssiAvg
 Rolling average RSSI of last AvgCount packets.
int16_t Snr
 SNR of last packet received.
int16_t SnrMin
 Minimum SNR of last AvgCount packets.
int16_t SnrMax
 Maximum SNR of last AvgCount packets.
int16_t SnrAvg
 Rolling average SNR of last AvgCount packets.

Detailed Description

Statistics of current network session.

Definition at line 471 of file Lora.h.


Field Documentation

int32_t AvgCount

Number of packets used to compute rolling average of RSSI and SNR.

Definition at line 478 of file Lora.h.

uint32_t CRCErrors

Number of CRC errors in received packets.

Definition at line 477 of file Lora.h.

uint32_t Down

Number of downlink packets received.

Definition at line 473 of file Lora.h.

uint32_t JoinFails

Number of join requests without response or invalid response.

Definition at line 475 of file Lora.h.

uint32_t Joins

Number of join requests sent.

Definition at line 474 of file Lora.h.

uint32_t MissedAcks

Number of missed acknowledgement attempts of confirmed packets.

Definition at line 476 of file Lora.h.

int16_t Rssi

RSSI of last packet received.

Definition at line 479 of file Lora.h.

int16_t RssiAvg

Rolling average RSSI of last AvgCount packets.

Definition at line 482 of file Lora.h.

int16_t RssiMax

Maximum RSSI of last AvgCount packets.

Definition at line 481 of file Lora.h.

int16_t RssiMin

Minimum RSSI of last AvgCount packets.

Definition at line 480 of file Lora.h.

int16_t Snr

SNR of last packet received.

Definition at line 483 of file Lora.h.

int16_t SnrAvg

Rolling average SNR of last AvgCount packets.

Definition at line 486 of file Lora.h.

int16_t SnrMax

Maximum SNR of last AvgCount packets.

Definition at line 485 of file Lora.h.

int16_t SnrMin

Minimum SNR of last AvgCount packets.

Definition at line 484 of file Lora.h.

uint32_t Up

Number of uplink packets sent.

Definition at line 472 of file Lora.h.