Added packet attributes for energy spent on a packet (RIMEBUF_ATTR_LISTEN_ENERGY and RIMEBUF_ATTR_TRANSMIT_ENERGY)
This commit is contained in:
parent
b15198b9a8
commit
9d75781a78
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rimebuf.c,v 1.16 2008/06/30 19:57:10 adamdunkels Exp $
|
||||
* $Id: rimebuf.c,v 1.17 2009/02/10 23:51:12 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -68,6 +68,10 @@ const char *rimebuf_attr_strings[] =
|
|||
"RIMEBUF_ATTR_LINK_QUALITY",
|
||||
"RIMEBUF_ATTR_RSSI",
|
||||
"RIMEBUF_ATTR_TIMESTAMP",
|
||||
|
||||
"RIMEBUF_ATTR_LISTEN_ENERGY",
|
||||
"RIMEBUF_ATTR_TRANSMIT_ENERGY",
|
||||
|
||||
"RIMEBUF_ATTR_NETWORK_ID",
|
||||
|
||||
"RIMEBUF_ATTR_RELIABLE",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rimebuf.h,v 1.16 2009/01/15 22:15:51 adamdunkels Exp $
|
||||
* $Id: rimebuf.h,v 1.17 2009/02/10 23:51:12 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -331,6 +331,10 @@ enum {
|
|||
RIMEBUF_ATTR_LINK_QUALITY,
|
||||
RIMEBUF_ATTR_RSSI,
|
||||
RIMEBUF_ATTR_TIMESTAMP,
|
||||
|
||||
RIMEBUF_ATTR_LISTEN_ENERGY,
|
||||
RIMEBUF_ATTR_TRANSMIT_ENERGY,
|
||||
|
||||
RIMEBUF_ATTR_NETWORK_ID,
|
||||
|
||||
RIMEBUF_ATTR_RELIABLE,
|
||||
|
|
Loading…
Reference in a new issue