RunLog_cat

Synopsis

      #include "runnum.h"
      void RunLog_cat( int runnum );
      void RunLog_recat( void );

Description

RunLog_cat() opens the run log for the specified HPF run number, then calls RunLog_recat() to send some or all of the contents to the output. The run log is found in the "runs" subdirectory of the current directory or the directory specified by the TMLOGDIR environment variable, which is set by the extract script.

RunLog_recat() requires that RunLog_cat() be called first to open a specific run log. It will then read lines from the log, outputting each via dr_printf() until it reaches EOF or a line starting with '-'.

Returns

Nothing.

See Also

HPF datarecvext functions, HPF Support Routines.

Source File

/usr/local/src/nortlib/runcat.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College