[Tinyos-help] (no subject)
Philip Levis
pal at cs.stanford.edu
Sun Apr 27 21:45:48 PDT 2008
On Apr 27, 2008, at 6:32 PM, JungDoyeong wrote:
> Hello, all!
>
> I am using Telos rev.A . In my application, if a node receives two
> kinds of
> messages, it works well, but if it receives more kinds of messages,
> there is
> a compile warning "nesc1: warning: calls to ReceiveMsg.receive in
> AMStandard
> are uncombined". I searched the archives but still don't know the
> solution.
> Any idea to solve this problem?
>
> for example:
> event TOS_MsgPtr ReceiveAMsg.receive( TOS_MsgPtr msg ) {...}
> event TOS_MsgPtr ReceiveBMsg.receive( TOS_MsgPtr msg ) {...}
> event TOS_MsgPtr ReceiveCMsg.receive( TOS_MsgPtr msg ) {...}
>
> thanks in advance.
>
> with Best regards
> Jung
Please read the TinyOS Programming Manual. It describes what this
warning means and why.
Phil
More information about the Tinyos-help
mailing list