On 3/30/07, Philip Levis <[EMAIL PROTECTED]> wrote:
On Mar 30, 2007, at 6:32 AM, Romain Thouvenin wrote:
But you can instantiate a VirtualizeTimerC with the number of entries
you have in your routing table, and just wire to it. You can
virtualize on top of a single underlying TimerMilliC, something like
this:
component new TimerMillic() as BaseTimer;
component new VirtualizeTimerC as RoutingTimers(TMilli,
NUM_ROUTING_ENTRIES);
RoutingTableC.Timer -> RoutingTimers;
Phil
It works perfectly, thanks !
Romain
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help