Provided by: tinyos-tools_1.4.2-3build1_amd64 bug

NAME

       ncg - extract constants from TinyOS files

SYNOPSIS

       ncg [any ncc option] [tool-specific options]
           [-o output-file]
           tool nesC-file filenames-or-constant-names...

DESCRIPTION

       nescc-ncg  is  a  tool  to  extract  constants  from  TinyOS  files  for  use  with  other
       applications. It is typically used in  conjunction  with  mig  (which  generates  code  to
       process  TinyOS messages) to extract constants that are used in particular messages (e.g.,
       constants representing various commands).

       ncg options is equivalent to nescc-ncg -nescc=ncc options. For details on ncg's output and
       options, please read see the nescc-ncg man page.

EXAMPLE

           APPDIR=`ncc -print-tosdir`/lib/FS<br>
           ncg -I%T/lib/FS -java-classname=net.tinyos.matchbox.FS \
             java $APPDIR/Remote.nc Matchbox.h Remote.h -oFS.java

SEE ALSO

       ncc(1), nescc-ncg(1), mig(1)

                                          April 27, 2004                                   ncg(1)