]> 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 0e5fe2b7e8a9841b0c33b0721567e36297e9d186..611ac232c54401cf6522d9c332cb853d0ee0ad1f 100644 (file)
@@ -121,15 +121,30 @@ namespace Server {
                        HTTPResponse* cmd_plant_get(const Command& command);
 
                        /**
                        HTTPResponse* cmd_plant_get(const Command& command);
 
                        /**
-                        * Maneja el comando plant/get.
+                        * Maneja el comando plant/set.
                         */
                        HTTPResponse* cmd_plant_set(const Command& command);
 
                         */
                        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/stop.
                         */
                        HTTPResponse* cmd_plant_stop(const Command& command);
 
+                       /**
+                        * Maneja el comando plant/remove.
+                        */
+                       HTTPResponse* cmd_plant_remove(const Command& command);
+
                public:
 
                        /**
                public:
 
                        /**