X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/0aacdcf95cf6d4f33a2201160d472ab84148d52b..4ddd90e71988f16c5ea79f5de86a9fcb63973ded:/Model/include/exclusa.h?ds=sidebyside diff --git a/Model/include/exclusa.h b/Model/include/exclusa.h index d0c1f22..818ccb4 100644 --- a/Model/include/exclusa.h +++ b/Model/include/exclusa.h @@ -24,6 +24,7 @@ public: void open() { is_open = true; } void close() { is_open = false; } + void get_state_as_xml(std::stringstream &out); protected: bool is_open; float temp;