Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

neighbor_lqi_info_s Struct Reference

neighbor_lqi_info_s Struct Reference

Neighbour LQI info structure. More...

#include <neighbor_table_definition.h>

Data Fields

uint8_t calculated_avarage_lqi
uint16_t lqi_sample_sum
uint8_t sample_counter

Detailed Description

Neighbour LQI info structure.

Definition at line 127 of file neighbor_table_definition.h.


Field Documentation

Average LQI after defined Sample Count

Definition at line 128 of file neighbor_table_definition.h.

uint16_t lqi_sample_sum

Sum of LQI's

Definition at line 129 of file neighbor_table_definition.h.

uint8_t sample_counter

LQI sample counter

Definition at line 130 of file neighbor_table_definition.h.