Contiki 2.6
|
Declarations for the neighbor information module. More...
#include "net/neighbor-attr.h"
#include "net/rime.h"
Go to the source code of this file.
Functions | |
void | neighbor_info_packet_sent (int status, int numtx) |
Notify the neighbor information module about the status of a packet transmission. | |
void | neighbor_info_packet_received (void) |
Notify the neighbor information module that a packet was received. | |
int | neighbor_info_subscribe (neighbor_info_subscriber_t) |
Subscribe to notifications of changed neighbor information. | |
link_metric_t | neighbor_info_get_metric (const rimeaddr_t *addr) |
Get link metric value for a specific neighbor. |
Declarations for the neighbor information module.
Definition in file neighbor-info.h.
link_metric_t neighbor_info_get_metric | ( | const rimeaddr_t * | addr | ) |
Get link metric value for a specific neighbor.
Definition at line 185 of file neighbor-info.c.
References NULL.
void neighbor_info_packet_received | ( | void | ) |
Notify the neighbor information module that a packet was received.
status | The MAC status code for this packet. |
numtx | The amount of transmissions made for this packet. |
Definition at line 156 of file neighbor-info.c.
References rimeaddr_cmp(), and rimeaddr_null.
void neighbor_info_packet_sent | ( | int | status, |
int | numtx | ||
) |
Notify the neighbor information module about the status of a packet transmission.
status | The MAC status code for this packet. |
numtx | The amount of transmissions made for this packet. |
Definition at line 109 of file neighbor-info.c.
References MAC_TX_NOACK, MAC_TX_OK, NULL, rimeaddr_cmp(), rimeaddr_null, and stimer_set().
int neighbor_info_subscribe | ( | neighbor_info_subscriber_t | ) |
Subscribe to notifications of changed neighbor information.
Definition at line 172 of file neighbor-info.c.
References NULL.