]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/SharedArbiterP.nc
SharedArbiterP doesn't need to know the number of clients.
[tinyos-2.x.git] / tos / system / SharedArbiterP.nc
index 1228c2a19c4f314441e4d77039eb13da49e4d60f..f13e03c2cc3cc503568d9e12864fca1e64d16e8e 100644 (file)
  * switched subsystem.  For example, a communications bus that can handle IO
  * for multiple clients simultaneously, but is powered down when not in use.
  *
- * p_dfltOwnerId = uniqueCount() use by the resource.  see SharedArbiterC
- *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
 
-generic module SharedArbiterP(uint8_t p_dfltOwnerId) {
+generic module SharedArbiterP() {
   provides {
     interface Init;
     interface Resource[uint8_t id];