|
Contiki 2.5
|
Header file for the communication power accounting moduleMore...
Go to the source code of this file.
Data Structures | |
| struct | compower_activity |
| An activity record that contains power consumption information for a specific communication activity. More... | |
Functions | |
| void | compower_init (void) |
| Initialize the communication power accounting module. More... | |
| void | compower_accumulate (struct compower_activity *a) |
| Accumulate power contumption for a communication activity. More... | |
| void | compower_clear (struct compower_activity *a) |
| Clear power consumption information for a communication activity. More... | |
| void | compower_attrconv (struct compower_activity *a) |
| Convert power contumption information to packet attributes. More... | |
| void | compower_accumulate_attrs (struct compower_activity *a) |
| Accumulate power contumption for a communication activity based on energy data in packet attributes. More... | |
Variables | |
| struct compower_activity | compower_idle_activity |
| The default idle communication activity. More... | |
Header file for the communication power accounting module
Definition in file compower.h.
1.8.3.1