Implementation of the NetworkSocketAPI for LWIP

Dependencies:   lwip-eth lwip-sys lwip

Dependents:   HelloLWIPInterface HelloLWIPInterfaceNonBlocking LWIPInterfaceTests SimpleHTTPExample ... more

Revision:
2:7fb7e78cb17f
Parent:
1:2fbcfc9c12dd
Child:
3:774869068511
--- a/LWIPInterface.h	Fri Feb 26 17:40:23 2016 +0000
+++ b/LWIPInterface.h	Thu Feb 25 11:09:49 2016 -0600
@@ -18,6 +18,8 @@
 #define LWIP_INTERFACE_H
 
 #include "EthernetInterface.h"
+#include "rtos.h"
+#include "lwip/netif.h"
 
 
 /** LWIPInterface class
@@ -26,9 +28,6 @@
 class LWIPInterface : public EthernetInterface
 {
 public:
-    LWIPInterface(bool debug = false);
-    virtual ~LWIPInterface();
-
     // Implementation of EthernetInterface
     virtual int32_t connect();
     virtual int32_t disconnect();