takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

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 34 of file ws_neighbor_class.h.


Field Documentation

uint8_t list_size

List size

Definition at line 36 of file ws_neighbor_class.h.

ws_neighbor_class_entry_t* neigh_info_list

Allocated hopping info array

Definition at line 35 of file ws_neighbor_class.h.