in_slots = 1;
out_slots = 2;
max_flow = actual_flow = 0.0f;
+ updated = true;
}
Splitter::~Splitter()
switch (msg) {
case MSG_QUERY_MAX_FLOW_OUT: {
+ if (updated) {
+ who->recieve_msg(MSG_RESPONSE_MAX_FLOW, this, &actual_flow);
+ }
// Me preguntan por el flujo máximo.
// Primero me actualizo, y luego respondo
actual_flow = *((float *)data);