Hi all,
I'm trying to implement a post facto synchronization.
In the CC2420RadioM module, there is this procedure:

async event result_t SFD.captured(uint16_t time) {

 switch (stateRadio) {
 .....
 .....
 .....

 default:
     // fire RX SFD handler
     rxbufptr->time = time;
     signal RadioReceiveCoordinator.startSymbol(8,0,rxbufptr);

 }

   return SUCCESS;
}


What is the variable "time"?
What does it contains?

Thanks.
Andrea.

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to