[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces GeneralIO.nc, 1.1.2.1, 1.1.2.2

Jonathan Hui jwhui at users.sourceforge.net
Thu Sep 28 12:57:10 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10355/interfaces

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	GeneralIO.nc 
Log Message:

Updates to include isInput() and isOutput()



Index: GeneralIO.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/GeneralIO.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** GeneralIO.nc	14 Mar 2005 01:58:54 -0000	1.1.2.1
--- GeneralIO.nc	28 Sep 2006 19:57:08 -0000	1.1.2.2
***************
*** 32,36 ****
    async command bool get();
    async command void makeInput();
    async command void makeOutput();
  }
- 
--- 32,37 ----
    async command bool get();
    async command void makeInput();
+   async command bool isInput();
    async command void makeOutput();
+   async command bool isOutput();
  }



More information about the Tinyos-2-commits mailing list