Machine Vision Status TCP Server

Dependencies:   C12832 EthernetInterface mbed-rtos mbed ConfigFile

Revision:
8:845dfadaa70d
Parent:
7:23c8d34000eb
--- a/TcpDaemon.h	Sun Jun 14 10:45:10 2015 +0000
+++ b/TcpDaemon.h	Mon Jun 15 12:07:05 2015 +0000
@@ -33,7 +33,7 @@
             DigitalOut receive_led;
             
             // Status Indicator
-            PlcStatusIndicator * status_indicator;
+            StatusIndicator * status_indicator;
 
         public:
             /*
@@ -41,7 +41,7 @@
              *
              * @server_port the port the daemon will be listening on
              */
-            TcpDaemon(int server_port, PinName accept_led_pin, PinName receive_led_pin, PlcStatusIndicator * indicator);
+            TcpDaemon(int server_port, PinName accept_led_pin, PinName receive_led_pin, StatusIndicator * indicator);
 
             /*
              * Make the daemon start listening for incoming connections