[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/doc tinyscheme.txt, 1.4, 1.5

David Gay idgay at users.sourceforge.net
Tue Nov 22 10:33:13 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27250/doc

Modified Files:
	tinyscheme.txt 
Log Message:
regression tests and bug fixes


Index: tinyscheme.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/doc/tinyscheme.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tinyscheme.txt	1 Nov 2005 02:37:11 -0000	1.4
--- tinyscheme.txt	22 Nov 2005 18:33:11 -0000	1.5
***************
*** 282,286 ****
    (define readings (make-vector 10))
    ...
!   (send bcast-addr (encode (vector id() current 0 (encode readings))))
  
  This creates a 26 byte message whose format is:
--- 282,286 ----
    (define readings (make-vector 10))
    ...
!   (send bcast-addr (encode (vector (id) current 0 (encode readings))))
  
  This creates a 26 byte message whose format is:
***************
*** 311,314 ****
--- 311,316 ----
  supported.
  
+ Procedures are limited to 15 arguments.
+ 
  4.2.4 Iteration
  
***************
*** 396,400 ****
  
  -- Scheme's I/O procedures are not available. See the description of the
!    motlle/TinyScheme communication library below.
  
  7.1.1 Lexical structure
--- 398,402 ----
  
  -- Scheme's I/O procedures are not available. See the description of the
!    motlle/TinyScheme communication library in Section 4.
  
  7.1.1 Lexical structure



More information about the Tinyos-commits mailing list