make_sc

 

Purpose:

Make a program structure chart. This executable is an internal TRP method and not intended for end-users. 

Enter:

/cyflex/util/make_sc [-l] [-f=filename] [-n=function(s)]

Where:

 

-l

A flag indicating that library functions should be included in chart. Default is no library functions

-f filename

The filename that should that should be read to create the chart. Default is .makes

-n function

The name(s) of the functions that should be charted. Default is none

 

Example:

/cyflex/util/make_sc -l
The above will generate a structure for all the functions in the .makes file. The library function will also be included.

/cyflex/util/make_sc -l -n init
The above will generate a structure for functions ‘init’. The library function will also be included.

/cyflex/util/make_sc -f get_fuel_lbl.c
The above will generate a structure for the file get_fuel_lbl.c.

Notes:

 

See Also: