HAHA

Dependencies:   WebSocketClient mbed

Revision:
5:daf08fff7abb
Parent:
4:56b1ca37a175
--- a/readfile.hpp	Mon Feb 24 19:30:27 2014 +0000
+++ b/readfile.hpp	Tue Feb 25 16:31:11 2014 +0000
@@ -3,14 +3,17 @@
 
 #include <iostream>
 #include <fstream>
-#include <string>
 
-#include "mbed.h"
 #include "coordinateur.hpp"
 #include "routeur.hpp"
 
 using namespace std;
 
+/* Description de la classe ReadFile
+*
+*  La classe ReadFile lit les fichiers de config et configure le routeur/coordinateur
+*
+*/ 
 class ReadFile
 {
 public:
@@ -18,10 +21,10 @@
     // Constructeur
     ReadFile();
     
-    //Set information of the coordinateur
+    // Set information of the coordinateur
     bool setConfigCoord(Coordinateur *coord, const string filename);
     
-    //Set information of the routeur
+    // Set information of the routeur
     bool setConfigRouteur(Routeur *rout, const string filename);
     
 private: