[Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep3.txt, 1.7, 1.8

Ion ion- at users.sourceforge.net
Thu Mar 24 13:22:57 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31663/txt

Modified Files:
	tep3.txt 
Log Message:
File and directory name update.


Index: tep3.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep3.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tep3.txt	26 Feb 2005 03:05:31 -0000	1.7
--- tep3.txt	24 Mar 2005 21:22:54 -0000	1.8
***************
*** 123,126 ****
--- 123,127 ----
    - All nesC files have a `.nc` extension.  The filename must match the
      interface or component name (the compiler requires it).
+   - Directory names should be lowercase.
    - Interface and component names should be mixed case, starting upper
      case, prefixed by package.
***************
*** 201,206 ****
  ------------
    - All C files have a .h (header) or (rarely) a .c (source) extension [*].
!     The filename should be similar or identical to the nesC component
!     which uses it.
    - C does not protect names in any way, so all names should be package
      prefixed.  This means all types, functions, variables, and constants.
--- 202,213 ----
  ------------
    - All C files have a .h (header) or (rarely) a .c (source) extension [*].
! 
!     - Filenames associated with a component should have the same name as 
!       the component.
!     - Filenames shared by a package should have a name with the package
!       prefix.
! 
!     .. Filenames which are not associated with a component should be lowercase.
!   - Directory names should be lowercase.
    - C does not protect names in any way, so all names should be package
      prefixed.  This means all types, functions, variables, and constants.



More information about the Tinyos-beta-commits mailing list