Alexander De Geeter / TempDashSocketConnection
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers TempDashSocketConnection.h Source File

TempDashSocketConnection.h

00001 #ifndef TEMPDASHSOCKETCONNECTION_H
00002 #define TEMPDASHSOCKETCONNECTION_H
00003 
00004 #include "EthernetInterface.h"
00005 #include <string>
00006 
00007 class TempDashSocketConnection : public TCPSocketConnection
00008 {
00009 public:
00010     void sendSensorData(std::string);          
00011 private:
00012 };
00013 
00014 #endif