]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/receiver.h
- Muchas pequeñas correcciones.
[z.facultad/75.42/plaqui.git] / Server / src / receiver.h
index 8be4e300c881d66882f0504e723d8fbde0016bf5..6de86341c13e3b51b9e412fa48a4b5f0422525ad 100644 (file)
@@ -50,8 +50,12 @@ namespace Plaqui {
                         * \param port Puerto por el cual recibir estado de la planta.
                         * \param host Host del cual recibir el estado de la planta.
                         */
-                       Receiver(int port = 7528 /*, std::string host = "localhost"*/):
-                               Connection(sockbuf::sock_dgram) { socket->bind(port); }
+                       Receiver(int port = 7528, std::string host = "localhost");
+
+                       /**
+                        * Recibe la transmisión.
+                        */
+                       virtual void run(void);
 
        };