Le Thursday 17 April 2008 21:22:15 Frederic Beaulieu, vous avez écrit : > Hi, > > I currently testing the Blink apps for TOS 2.x and I have two questions > about file name: > > > 1- Why the file "BlinkC.nc" describe a module? Why the name is not > BlinkM.nc? > > 2- If *.nc, *M.nc and *C.nc describe respectively interface, module > and configuration, what *P.nc described?
you can find details in tep3 "coding standards": http://www.tinyos.net/tinyos-2.x/doc/html/tep3.html "All public components should be suffixed with 'C'. " "All private components should be suffixed with 'P'. " cheers Aurelien _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
