On Feb 18, 2010, at 12:40 AM, Arik Sapojnik wrote: > Hi, > > What is the difference between: > > components CC2420ActiveMessageC; > App.Receive -> CC2420ActiveMessageC.Receive[10]; > > AND > > components new AMReceiverC(10) as Receive; > App.Receive -> Receive; > > Is there any actual difference or it's just semantics?
In this particular case, the only major difference is that the former won't compile on platforms with radios other than the CC2420. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
