Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
5:9cea89700c66
Parent:
3:24c5f0f50bf1
Child:
6:6f002d202f59
--- a/SnCommAfarTCP.h	Thu Aug 02 05:42:47 2012 +0000
+++ b/SnCommAfarTCP.h	Fri Aug 03 00:04:34 2012 +0000
@@ -10,6 +10,11 @@
 class TCPSocketConnection;
 
 class SnCommAfarTCP : public SnCommWin {
+ public:
+    static const int     kSockTimeoutMs;
+    
+    typedef int (TCPSocketConnection::*TCPSendRecv)(char*, int, int);
+    
  protected:
     char* const          fB64buf;
     uint32_t             fbblen;