[Tinyos-devel] Re: [Tinyos Core WG] Proposal for
VariableSizedQueueC component
Philip Levis
pal at cs.stanford.edu
Thu Sep 20 10:01:24 PDT 2007
On Sep 20, 2007, at 1:12 AM, Jan Hauer wrote:
> I think it would be helpful to have async versions of QueueC (and
> PoolC).
Just to make sure the CC2420 debate doesn't derail this too badly --
I agree with the basic point, that having async versions of these
components would be nice. Chances are all you have to do is wrap the
commands in atomics. Since this would introduce interrupt latency,
you don't want to use the async versions if you're in a task, of
course. QueueC has been checked pretty carefully, but I don't know if
PoolC has.
Phil
More information about the Tinyos-devel
mailing list