On 12/19/06, Omprakash Gnawali <[EMAIL PROTECTED]> wrote:
Function pointers are possible in nesc.

They work fine, but nesC discourages their use for two main reasons:
- Interfaces and wiring often provide a better way to do what function
pointers are used for in C (e.g., callbacks)
- Analysis of software is harder/less-precise when function pointers are used.

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

Reply via email to