mesh_rte_table_t Struct Reference
Routing table type. More...
#include <mesh_typedefs.h>
Data Fields | |
| uint8_t | dst |
| Destination ID. More... | |
| uint8_t | next_hop |
| Next destination to get to dst. More... | |
| uint8_t | num_hops |
| Number of hops to dst. More... | |
| uint8_t | score |
| The score of this route (higher if used more often) More... | |
Detailed Description
Routing table type.
Field Documentation
| uint8_t mesh_rte_table_t::dst |
Destination ID.
| uint8_t mesh_rte_table_t::next_hop |
Next destination to get to dst.
| uint8_t mesh_rte_table_t::num_hops |
Number of hops to dst.
| uint8_t mesh_rte_table_t::score |
The score of this route (higher if used more often)
The documentation for this struct was generated from the following file:
- /var/www/html/SJSU-DEV-Linux/firmware/default/lib/L4_IO/wireless/src/mesh_typedefs.h

1.8.11