Hi,

I am trying to write an application using the QueueC component. I used the
Queue wiring that was in the LowPowerSensingBase programs. In my
configuration file I have:

components new QueueC(message_t, MSG_QUEUE_SIZE) as Queue;
MyApp.MsgQueue -> Queue;

and in the module I have:

uses interface Queue<message_t> as MsgQueue;

I get the following error pertaining to the configuration file:

cannot find 'MsgQueue'

and the the module errors are about MsqQueue not being declared.

I have looked through the rest of the LowPowerSensingBase application and
can not find any other reference to MsgQueue that would cause the error. Can
you please show me what I'm missing?

Thank you,

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

Reply via email to