Added packet attributes for energy spent on a packet (RIMEBUF_ATTR_LISTEN_ENERGY and RIMEBUF_ATTR_TRANSMIT_ENERGY)

This commit is contained in:
adamdunkels 2009-02-10 23:51:12 +00:00
parent b15198b9a8
commit 9d75781a78
2 changed files with 12 additions and 4 deletions

View file

@ -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",