|
Contiki-NG
|
Communication power accounting moduleMore...
Go to the source code of this file.
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... | |
Variables | |
| struct compower_activity | compower_idle_activity |
| The default idle communication activity. More... | |
Communication power accounting module
Definition in file compower.c.
1.8.13