#include <unistd.h>
#include <glibmm/thread.h>
+#define INFINITO 99999999
+
Principal::Principal(BaseObjectType *co, const Glib::RefPtr<Gnome::Glade::Xml> &rg):Gtk::Window(co),refXml(rg)
{
Gtk::MenuItem *conect=0, *exit=0, *about=0, *mnu_prop=0, *mnu_disconnect=0;
}
nodo = nodo->next;
}
+ if (tmp == INFINITO) tmp = 0;
return tmp;
}
#include "rgb.h"
#include <sstream>
+#define INFINITO 99999999
+
namespace PlaQui {
namespace Model {
// Inicio los parametros de conectores
in_slots = 1;
out_slots = 1;
- actual_flow = 99999;
+ actual_flow = INFINITO;
updated = false;
}
in_slots = 1;
out_slots = 0;
// FIXME hacer INFINITO!
- capacity = 99999;
+ capacity = INFINITO;
actual_flow = 0.0f;
}
case MSG_QUERY_MAX_FLOW_OUT:
// FIXME Hacer INFINITO !!!
actual_flow = *((float *)data);
- tmp = 999999;
+ tmp = INFINITO;
who->recieve_msg(MSG_RESPONSE_MAX_FLOW, this, &tmp);
updated = true;
break;
out << "\t</color>" << std::endl;
// Para que quede bonito
- actual_flow = 99999;
+ actual_flow = INFINITO;
}
// Si ya me actualice, no lo tengo que hacer de nuevo
if (updated) return;
// Seteo mi actualizar en true para evitar entrar de nuevo
- actual_flow = 99999;
+ actual_flow = INFINITO;
updated = true;
switch (dir) {
case IN:
max_flow = 0.0f;
in_on_zero = 0;
in_ready = 0;
- actual_flow = 999999;
+ actual_flow = INFINITO;
updated = false;
}
if (updated) return;
// Seteo mi actualizar en true para evitar entrar de nuevo
- // FIXME : 99999 == INFINITO!!
- actual_flow = 99999;
+ actual_flow = INFINITO;
updated = true;
switch (dir) {
case IN: