HTTP Client library

Dependents:   weather_LCD_display News_LCD_display TwitterExample_1 GeoLocation_LCD_Display ... more

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Fri Jul 09 14:35:21 2010 +0000
Parent:
3:1190175dcc64
Child:
5:d0be6af2d1db
Commit message:

Changed in this revision

LPC1768/HTTPClient.ar Show annotated file Show diff for this revision Revisions of this file
LPC1768/dbg/dbg.h Show annotated file Show diff for this revision Revisions of this file
LPC2368/HTTPClient.ar Show annotated file Show diff for this revision Revisions of this file
LPC2368/dbg/dbg.h Show annotated file Show diff for this revision Revisions of this file
Binary file LPC1768/HTTPClient.ar has changed
--- a/LPC1768/dbg/dbg.h	Fri Jun 18 10:29:23 2010 +0000
+++ b/LPC1768/dbg/dbg.h	Fri Jul 09 14:35:21 2010 +0000
@@ -47,7 +47,7 @@
 #undef DBG
 #undef DBG_END
 #undef BREAK
-#define DBG DebugStream::debug
+#define DBG(...) do{ DebugStream::debug("[%s:%s@%d] ", __FILE__, __FUNCTION__, __LINE__); DebugStream::debug(__VA_ARGS__); } while(0);
 #define DBG_END DebugStream::release
 #define BREAK() DebugStream::breakPoint(__FILE__, __LINE__)
 #endif
Binary file LPC2368/HTTPClient.ar has changed
--- a/LPC2368/dbg/dbg.h	Fri Jun 18 10:29:23 2010 +0000
+++ b/LPC2368/dbg/dbg.h	Fri Jul 09 14:35:21 2010 +0000
@@ -47,7 +47,7 @@
 #undef DBG
 #undef DBG_END
 #undef BREAK
-#define DBG DebugStream::debug
+#define DBG(...) do{ DebugStream::debug("[%s:%s@%d] ", __FILE__, __FUNCTION__, __LINE__); DebugStream::debug(__VA_ARGS__); } while(0);
 #define DBG_END DebugStream::release
 #define BREAK() DebugStream::breakPoint(__FILE__, __LINE__)
 #endif