Hi Haripriya, '*=*' is one of the Wiring operators in nesC which is used when you want to provide an interface in a "Configuration" file.As Configuration components can not use normal nesC codes,You should use '=' operator to say that the implementation of this interface is equal to another interface. *TinySecMode = TinySecM.TinySecMode;* means *TinySecMode* implementation is just like T*inySecM.TinySecMod * interface.
Regards, On Mon, Jul 26, 2010 at 10:09 AM, Haripriya priya <[email protected]>wrote: > Hi, > > I have come across the " = " operator.... > > like.. > > *TinySecMode = TinySecM.TinySecMode; > TinySecControl = TinySecM.TinySecControl;* > > what does the statement mean and what is the function of the operator ? > > Please Tell > > Thanks in advance.. > > -- > Regards, > S.Haripriya > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Mojtaba Raznahan BS of Computer engineering TMU university www.raznahan.com
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
