Hi,

Is it possible to retreive the the 'signal' call to default event?

I have a following event implemented as:

default event void Core.sigEvent(uint8_t val)
{
 ...//DO STUFF
}

and I call it as a normal signal call
somefunction()
{
  ...
  signal Core.sigEvent(val);
...
}

But, I don't get the signal catch in the default event function. However, I
do get the catch in a different module that uses the Core interface.

Any help would be appritiated.

Thanks,
Inderjit
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to