[Tinyos-help] how to slove the aggregation part ?

2006-01-18 Thread Xing Jin
Hi , I am a beginner in this field. When I complied my code, it says that TestTempM.nc:82: warning: passing argument 1 of `Send.send' makes pointer from integer without a castTestTempM.nc:82: too many arguments to function `Send.send'TestTempM.nc: In function

Re: [Tinyos-help] how to slove the aggregation part ?

2006-01-18 Thread Michael Schippling
Probably you need to (re)view some C programming fundamentals, the makes pointer from integer thing sounds like you are trying to pass a value where an address is required. If that doesn't make any sense, then you DO need to read a C book. Try the old famous Kernigan and Ritchie... Otherwise,