Changed the energy estimation type ENERGEST_TYPE_RECEIVE to ENERGEST_TYPE_LISTEN to highlight that energy is spent on idle listening, not just the actual reception of packets
This commit is contained in:
parent
ff006a5103
commit
a9e4287cbe
6 changed files with 15 additions and 15 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: energest.h,v 1.4 2007/05/22 20:53:04 adamdunkels Exp $
|
||||
* $Id: energest.h,v 1.5 2007/10/25 09:30:39 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -56,7 +56,7 @@ enum energest_type {
|
|||
ENERGEST_TYPE_LED_YELLOW,
|
||||
ENERGEST_TYPE_LED_RED,
|
||||
ENERGEST_TYPE_TRANSMIT,
|
||||
ENERGEST_TYPE_RECEIVE,
|
||||
ENERGEST_TYPE_LISTEN,
|
||||
|
||||
ENERGEST_TYPE_SENSORS,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue