demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
75:31c15986b85e
Parent:
31:915f6cb7ffa5
Child:
76:c0c7c3f37be2
--- a/Receiver.h	Mon May 14 20:02:42 2018 +0000
+++ b/Receiver.h	Tue May 15 21:44:25 2018 +0000
@@ -11,7 +11,15 @@
             TCPlistener listener;
             char command[512];
         public:
+            /**
+            *@param queue The queue where received and interpreted commands will we pushed.
+            */
             Receiver(Queue<int,8>* queue);
+            
+            /**
+            *Start a loop that will receive packets, and push their contents on the queue.
+            *This method should be called last.
+            */
             void start();
     };
 #endif
\ No newline at end of file