Contiki-NG
Files | Macros | Functions
The Simple Energest module

Files

file  simple-energest.c
 
    A process that periodically prints out the time spent in
    radio tx, radio rx, total time and duty cycle.

 
file  simple-energest.h
 
    A process that periodically prints out the time spent in
    radio tx, radio rx, total time and duty cycle.

 

Macros

#define SIMPLE_ENERGEST_PERIOD   (CLOCK_SECOND * 60)
 The period at which Energest statistics will be logged.
 

Functions

void simple_energest_init (void)
 Initialize the deployment module.
 

Detailed Description