Generated from fp.c with ROBODoc v3.2.3 on Fri Dec 12 10:42:08 2003

TABLE OF CONTENTS

  1. /tools/scripts/text_formatting/rt_logfile_parser/fp.c

/tools/scripts/text_formatting/rt_logfile_parser/fp.c

NAME
      fp

SYNOPSIS
      fp file_name

DESCRIPTION
     fp is a runtime parser for FLASH logfiles in delimited format. 
     It takes a text file as input; if this file is formatted according
     to the standard delimited format, it will perform basic formatting
     and print to stdout.
     
     fp processes the file line by line.  A standard delimited file will
     have a timestamp (long integer) as the first item o each line.  If
     a string conversion to integer on the first ten characters does not
     succeed, the line will not be parsed and printed as is.

     fp processes moves to the end of the file and parses every line it
     encounters.  If it has reached EOF, it will not terminate but wait
     for additional input into the file.
     
     Use control c to exit the program.

ARGUMENTS