]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/include/exclusa.h
* Se agrega carga de lineas entre compuertas.
[z.facultad/75.42/plaqui.git] / Model / include / exclusa.h
index d0c1f2250e5a0b7f27ab22b904d3a541821530fc..818ccb42be981b05a055f0b0f61b33d459f6aad0 100644 (file)
@@ -24,6 +24,7 @@ public:
 
        void open() { is_open = true; }
        void close() { is_open = false; }
 
        void open() { is_open = true; }
        void close() { is_open = false; }
+       void get_state_as_xml(std::stringstream &out);
 protected:
        bool is_open;
        float temp;
 protected:
        bool is_open;
        float temp;