[Tinyos-help] what's the meaning of this sentence

2007-08-20 Thread Wei Ping Song
Hi all, what's the meaning of this sentence #define MSP430ADC12_RESOURCE Msp430Adc12C.Resource Is this means MSP430ADC12_RESOURCE is a string of Msp430Adc12C.Resource? thanks in advance weiping ___ Tinyos-help mailing list

Re: [Tinyos-help] what's the meaning of this sentence

2007-08-20 Thread Kevin Klues
Yes, these strings are used when making calls to the nesc unique() function'. A call to unique(SomeString) returns a unique number each time it is called with the string SimeString. Calls to unique(SomeOtherString) will produce another set of unique numbers associated with the SomeOtherString