Loading...
Searching...
No Matches
netstats_nb_t Struct Reference

Stats per peer struct. More...

Detailed Description

Stats per peer struct.

Definition at line 76 of file netstats.h.

#include <netstats.h>

Data Fields

uint32_t time_tx_avg
 Average frame TX time in µs.
 
uint16_t etx
 ETX of this peer.
 
uint16_t tx_count
 Number of sent frames to this peer.
 
uint16_t tx_fail
 Number of sent frames that did not get ACKed.
 
uint16_t rx_count
 Number of received frames.
 
uint16_t last_updated
 seconds timestamp of last update
 
uint16_t last_halved
 seconds timestamp of last halving
 
uint8_t l2_addr [L2UTIL_ADDR_MAX_LEN]
 Link layer address of the neighbor.
 
uint8_t l2_addr_len
 Length of netstats_nb::l2_addr.
 
uint8_t freshness
 Freshness counter.
 
uint8_t rssi
 Average RSSI of received frames in abs([dBm])
 
uint8_t lqi
 Average LQI of received frames.
 

Field Documentation

◆ etx

uint16_t netstats_nb_t::etx

ETX of this peer.

Definition at line 81 of file netstats.h.

◆ freshness

uint8_t netstats_nb_t::freshness

Freshness counter.

Definition at line 92 of file netstats.h.

◆ l2_addr

uint8_t netstats_nb_t::l2_addr[L2UTIL_ADDR_MAX_LEN]

Link layer address of the neighbor.

Definition at line 90 of file netstats.h.

◆ l2_addr_len

uint8_t netstats_nb_t::l2_addr_len

Length of netstats_nb::l2_addr.

Definition at line 91 of file netstats.h.

◆ last_halved

uint16_t netstats_nb_t::last_halved

seconds timestamp of last halving

Definition at line 89 of file netstats.h.

◆ last_updated

uint16_t netstats_nb_t::last_updated

seconds timestamp of last update

Definition at line 88 of file netstats.h.

◆ lqi

uint8_t netstats_nb_t::lqi

Average LQI of received frames.

Definition at line 97 of file netstats.h.

◆ rssi

uint8_t netstats_nb_t::rssi

Average RSSI of received frames in abs([dBm])

Definition at line 94 of file netstats.h.

◆ rx_count

uint16_t netstats_nb_t::rx_count

Number of received frames.

Definition at line 86 of file netstats.h.

◆ time_tx_avg

uint32_t netstats_nb_t::time_tx_avg

Average frame TX time in µs.

Definition at line 78 of file netstats.h.

◆ tx_count

uint16_t netstats_nb_t::tx_count

Number of sent frames to this peer.

Definition at line 84 of file netstats.h.

◆ tx_fail

uint16_t netstats_nb_t::tx_fail

Number of sent frames that did not get ACKed.

Definition at line 85 of file netstats.h.


The documentation for this struct was generated from the following file: