Hi,
i'am trying to creat a table of 2 queue. i get an error Queue.empty() not
connected!!
in my configuration i wrote
components new QueueC(message_t*, 16) as DataQueue;
components new QueueC(message_t*, 16) as LogQueue;
AppLayer.Queue[unique(UQ_Tqueue)] ->DataQueue;
AppLayer.Queue[unique(UQ_Tqueue)] ->LogQueue;
in the program i put
uses interface Queue<message_t*>[uint8_t id];
in the header file i've put
#define UQ_Tqueue "Tqueue"
Why i get this error. i use the same thing with read , and it works?
Regards
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help