]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/server.h
- Se cambia la planta por defecto a planta.xml.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / server.h
index f8757e7f62c997f1a0b4c79cb59b77b4ee5ebf9c..611ac232c54401cf6522d9c332cb853d0ee0ad1f 100644 (file)
@@ -121,15 +121,30 @@ namespace Server {
                        HTTPResponse* cmd_plant_get(const Command& command);
 
                        /**
-                        * Maneja el comando plant/get.
+                        * Maneja el comando plant/set.
                         */
                        HTTPResponse* cmd_plant_set(const Command& command);
 
+                       /**
+                        * Maneja el comando plant/set_frequency.
+                        */
+                       HTTPResponse* cmd_plant_set_frequency(const Command& command);
+
+                       /**
+                        * Maneja el comando plant/start.
+                        */
+                       HTTPResponse* cmd_plant_start(const Command& command);
+
                        /**
                         * Maneja el comando plant/stop.
                         */
                        HTTPResponse* cmd_plant_stop(const Command& command);
 
+                       /**
+                        * Maneja el comando plant/remove.
+                        */
+                       HTTPResponse* cmd_plant_remove(const Command& command);
+
                public:
 
                        /**
@@ -140,8 +155,8 @@ namespace Server {
                        /**
                         * Constructor.
                         *
-                        * \param filename Nombre del archivo con la planta a cargar.
-                        * \param port     Puerto en el cual escuchar.
+                        * \param plant_filename Nombre del archivo con la planta a cargar.
+                        * \param port           Puerto en el cual escuchar.
                         */
                        Server(const std::string& plant_filename,
                                        const Connection::Port& port = 7522) throw(sockerr);