+ void set_actual_flow(float f) { actual_flow = f; }
+ void set_open(bool b) { open = b; }
+ void set_extra(float f) { extra = f; }
+
+
+ std::string get_actual_flow();
+ virtual std::string get_cap_flow() { return "Flujo Actual :"; }
+ virtual std::string get_cap_extra() { return ""; }
+ virtual std::string get_extra() { return ""; }