PingPong

Dependencies:   EthernetInterface_pm mbed-rtos mbed

Revision:
0:c8f056a185d0
diff -r 000000000000 -r c8f056a185d0 Headers/Http_post.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Headers/Http_post.h	Thu Mar 27 17:39:23 2014 +0000
@@ -0,0 +1,28 @@
+/*
+ * Http_post.h
+ *
+ *  Created on: 10/09/2013
+ *      Author: Marcelo Trindade Rebonatto
+ */
+#ifndef HTTP_POST_H
+#define HTTP_POST_H
+
+#include <mbed.h>
+#include <rtos.h>
+
+#include "EthernetInterface.h"    
+
+extern void HttpPost_Thread(void const *arg);
+
+class HttpPost
+{
+
+public:
+    static int getCountCnt() ;
+    static int getCountSnd() ;   
+    static void HttpPost_Thread(void const *arg);
+    static void DoPost(TCPSocketConnection sock, char *host);
+    static void PreparePost(char *strfinal);
+};
+
+#endif //#ifndef HTTP_POST_H
\ No newline at end of file