>
> 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.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to