Program the control the fischertechnik robo interface or intelligent interface via tcp socket or via a java gui.

Dependencies:   mbed ConfigFile

Revision:
1:2c9d412ad471
Parent:
0:7f26f0680202
--- a/ftserver.h	Fri Dec 31 14:01:14 2010 +0000
+++ b/ftserver.h	Wed May 04 15:42:13 2011 +0000
@@ -2,15 +2,7 @@
 #define FTSERVER_H
 #include <list>
 using namespace std;
-/*
-class queue{
-TCPSocket *sock;
-static queue *head, *tail;
-queue *next;
-public:
-queue(TCPSocket *s): sock(s) {}
-};
-*/
+
 void handleMessage(char[7]);
 class connection;