Added rimebuf attributes for RSSI, timestamp, and network ID (used for e.g. 802.15.4 PAN ID)
This commit is contained in:
parent
651a374eca
commit
1d1ab90642
2 changed files with 9 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rimebuf.c,v 1.15 2008/04/03 09:07:28 nifi Exp $
|
||||
* $Id: rimebuf.c,v 1.16 2008/06/30 19:57:10 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -66,6 +66,9 @@ const char *rimebuf_attr_strings[] =
|
|||
"RIMEBUF_ATTR_MAX_REXMIT",
|
||||
"RIMEBUF_ATTR_NUM_REXMIT",
|
||||
"RIMEBUF_ATTR_LINK_QUALITY",
|
||||
"RIMEBUF_ATTR_RSSI",
|
||||
"RIMEBUF_ATTR_TIMESTAMP",
|
||||
"RIMEBUF_ATTR_NETWORK_ID",
|
||||
|
||||
"RIMEBUF_ATTR_RELIABLE",
|
||||
"RIMEBUF_ATTR_ERELIABLE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue