On 7/9/07, John Griessen <[EMAIL PROTECTED]> wrote:
What is the meaning of
(BlinkToRadioMsg*)  (call AMSend.getPayload(&pkt));
 in the top line?  Is this the syntax for coercing to type BlinkToRadioMsg*?

Yes.

Where in the docs is this syntax defined?

Sorry, but it is K&R C (well, excepting the calling an interface bit).
C's cast syntax is
 (type)expression
which the above is an instance of.

David Gay
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to