Hi all,
in different application I have used sometimes
components ActiveMessageC;

and connected

App.AMSend ->  ActiveMessageC.AMSend[AM_ID];


and sometimes I use

components new AMSenderC(AM_ID);


with connection
App.AMSend -> AMSenderC;

I thought it should have the same effect and the second method is just 
the newer more abstract method to do the same stuff. But today I found 
out that it result in different behavior. Especially when I use
LowPowerListening.setRemoteWakeupInterval(&packet, remoteInterval);
with the more abstract method this function does not change anything.
Could please someone confirm this behavior?
Or this there a functional difference between this two methods wich I 
have missed?

Thanks in advance
Gabriel Neumüller


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to