Re: [Tinyos-help] types

2010-05-19 Thread Michael Schippling
18.5.10, Michael Schippling /sc...@santafe.edu/* a écrit : De: Michael Schippling sc...@santafe.edu Objet: Re: [Tinyos-help] types À: raoudha baklouti raoudha_baklo...@yahoo.fr Cc: tinyos-help@millennium.berkeley.edu Date: Mardi 18 mai 2010, 19h59 In common TOS

[Tinyos-help] types

2010-05-18 Thread raoudha baklouti
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] types

2010-05-18 Thread Michael Schippling
In common TOS usage a structure with Msg in it is the payload portion of a TOS_Msg or message_t structure that is transmitted over the radio, or serial UART between the base-station and host. Usually you can imagine the Msg being overlaid on the TOS_Msg.data[] array set aside for user payload.

Re: [Tinyos-help] types and Msp430Adc12MultiChannel interface

2007-08-23 Thread Kevin Klues
When you declare an array of values, the variable name itself is a pointer to the first element in the array. i.e. int blah[5]; blah is of type int* and points to blah[0] Kevin On 8/23/07, John Griessen [EMAIL PROTECTED] wrote: I've made a module supposed to act the same as

[Tinyos-help] types and Msp430Adc12MultiChannel interface

2007-08-23 Thread John Griessen
I've made a module supposed to act the same as Msp430Adc12MultiChannel so I can add some logic to it for a mux sensorboard. I get compiler message: I'm confused by the way I could resolve compiler messages about pointer type by having some be pointers and some not. The interface says,

Re: [Tinyos-help] types and Msp430Adc12MultiChannel interface

2007-08-23 Thread John Griessen
Kevin Klues wrote: When you declare an array of values, the variable name itself is a pointer to the first element in the array. i.e. int blah[5]; blah is of type int* and points to blah[0] Ah.. So both memctl and buffer are already pointers? Thanks, John G c programmer in training --

[Tinyos-help] types of packet

2007-02-28 Thread Boushra MAALA
what type of packets which can be used with tinyos1? - Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather shortcut.___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU