Changed the name of the rimeaddr module to linkaddr
This commit is contained in:
parent
765e9acded
commit
45265249fc
180 changed files with 930 additions and 930 deletions
|
@ -39,13 +39,13 @@
|
|||
#define COLLECT_COMMON_H_
|
||||
|
||||
#include "contiki.h"
|
||||
#include "net/rimeaddr.h"
|
||||
#include "net/linkaddr.h"
|
||||
|
||||
void collect_common_net_init(void);
|
||||
void collect_common_net_print(void);
|
||||
void collect_common_set_sink(void);
|
||||
void collect_common_send(void);
|
||||
void collect_common_recv(const rimeaddr_t *originator, uint8_t seqno,
|
||||
void collect_common_recv(const linkaddr_t *originator, uint8_t seqno,
|
||||
uint8_t hops,
|
||||
uint8_t *payload,
|
||||
uint16_t payload_len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue