David Rimer / RadioHead-148
Embed: (wiki syntax)

« Back to documentation index

RHRouter::RoutingTableEntry Struct Reference

RHRouter::RoutingTableEntry Struct Reference

Defines an entry in the routing table. More...

#include <RHRouter.h>

Data Fields

uint8_t dest
 Destination node address.
uint8_t next_hop
 Send via this next hop address.
uint8_t state
 State of this route, one of RouteState.

Detailed Description

Defines an entry in the routing table.

Definition at line 163 of file RHRouter.h.


Field Documentation

uint8_t dest

Destination node address.

Definition at line 165 of file RHRouter.h.

uint8_t next_hop

Send via this next hop address.

Definition at line 166 of file RHRouter.h.

uint8_t state

State of this route, one of RouteState.

Definition at line 167 of file RHRouter.h.