My climat station
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
| uint8_t calculated_avarage_lqi |
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.
Generated on Tue Jul 12 2022 14:26:50 by
1.7.2
Gleb Klochkov