How to get information from an event??
for eg;
event void AMcontrol.startDone(){
RoutingTable_t *fwd_table=();
///// Here I want to get the ''rt_table'' information
// I have to copy fwd_table=rt_table, Fix it Please!!
}
event message_t* AMReceive.receive(){
......
RoutingTable_t *rt_table=();
rt_table->desn=x;
rt_table->next_hop=y;
}
How can I do this, suggestions please.
.Thanks!!_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help