Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Macrodefs.hGo to the documentation of this file.00001 //-*-c++-*- 00002 #ifndef _MACRODEFS_H_ 00003 #define _MACRODEFS_H_ 00004 00005 #define DEBUG_INFORMATION_VERBOSE 1 // <--- change this to control debug info 00006 00007 #if DEBUG_INFORMATION_VERBOSE == 1 00008 # include "Wireless/Wireless.h" 00009 # define PRINTF(args, ...) serr->printf(args, ## __VA_ARGS__) 00010 #else 00011 # define PRINTF(args, ...) 00012 #endif 00013 00014 #define SGN(a) (((a)<0) ? -1 : 1) 00015 00016 #endif |
DualCoding 4.0 |
Generated Thu Nov 22 00:52:36 2007 by Doxygen 1.5.4 |