[Tinyos-help] question about volumes

David wizzardx at gmail.com
Wed Jan 9 22:36:10 PST 2008


>
> In section 4.1 from TEP 103 [1] there a sentence that says:
>         A volume MUST NOT be used with more than one storage abstraction instance.
> What exactly does it mean? I a volume VOLUME_V0 I should not do more than
> one "new BlockStorageC(VOLUME_DELUGE0)"?
>
> [1] http://www.tinyos.net/tinyos-2.x/doc/html/tep103.html

I think it means exactly that. You could have problems if you declared
a LogStorageC (or any other storage abstraction), anywhere else in
your app, which also uses VOLUME_DELUGE0.

David.


More information about the Tinyos-help mailing list