main.cxx File Reference

Go to the source code of this file.

Functions

int main (void)


Function Documentation

int main ( void   ) 

Definition at line 1 of file main.cxx.

References init(), loop(), and setup().

00002 {
00003         init();
00004 
00005         setup();
00006     
00007         for (;;)
00008                 loop();
00009         
00010         return 0;
00011 }

Here is the call graph for this function:


Generated on Tue Jul 20 09:30:57 2010 for WaspmoteAPI by  doxygen 1.5.6