Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

ws_neighbor_class_s Struct Reference

ws_neighbor_class_s Struct Reference

Neighbor hopping info data base. More...

#include <ws_neighbor_class.h>

Data Fields

ws_neighbor_class_entry_t * neigh_info_list
uint8_t list_size

Detailed Description

Neighbor hopping info data base.

Definition at line 43 of file ws_neighbor_class.h.


Field Documentation

uint8_t list_size

List size

Definition at line 45 of file ws_neighbor_class.h.

ws_neighbor_class_entry_t* neigh_info_list

Allocated hopping info array

Definition at line 44 of file ws_neighbor_class.h.