[Tinyos-help] How to use pstate in nesC compiler

2006-12-05 Thread Sean Walton
I'm stumped. I trying to figure out what pstate is and how to use it. Can anyone help? -Sean Walton ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] How to use pstate in nesC compiler

2006-12-05 Thread David Gay
On 12/5/06, Sean Walton [EMAIL PROTECTED] wrote: I'm stumped. I trying to figure out what pstate is and how to use it. Can anyone help? It's the parser state, as the name of its type (parse_state) might have suggested. It's all in one structure to make it simple to make the parser reentrant

Re: [Tinyos-help] How to use pstate in nesC compiler

2006-12-05 Thread Sean Walton
David Gay wrote: On 12/5/06, Sean Walton [EMAIL PROTECTED] wrote: I'm stumped. I trying to figure out what pstate is and how to use it. Can anyone help? It's the parser state, as the name of its type (parse_state) might have suggested. It's all in one structure to make it simple to make the

Re: [Tinyos-help] How to use pstate in nesC compiler

2006-12-05 Thread David Gay
On 12/5/06, Sean Walton [EMAIL PROTECTED] wrote: David Gay wrote: On 12/5/06, Sean Walton [EMAIL PROTECTED] wrote: I'm stumped. I trying to figure out what pstate is and how to use it. Can anyone help? It's the parser state, as the name of its type (parse_state) might have suggested.