Interface: tos.lib.net.ctp.CompareBit

interface CompareBit

Link estimator asks the routing engine if this entry should be inserted into the neighbor table given the white bit. The return value is the "pin bit" - if true insert into the neighbor table. In the reference implementation the router will return true if the path through the source will be better than a path through at least one current neighbor. @ author Omprakash Gnawali @ Created: September 16, 2006

Date:
$Date: 2008/06/04 04:30:41 $

Events
event bool shouldInsert(message_t *msg, void *payload, uint8_t len, bool white_bit)

Events - Details

shouldInsert

event bool shouldInsert(message_t *msg, void *payload, uint8_t len, bool white_bit)