drext_init

Synopsis

      #include "runnum.h"
      void drext_init( int argc, char ** argv );
      void dr_printf( char *fmt, ... );

Description

drext_init() is the init_options function for datarecvext programs. It is called from drext.oui. It is responsible for opening a specified log file and/or a socket connection to a remote host where dataRecv is presumably waiting. It will look for the rundate file in the TMLOGDIR directory and issue a fatal error if it is not located.

dr_printf() is a printf() function which will output to whatever streams drext_init() has set up.

Returns

Neither function returns a value.

See Also

HPF datarecvext functions, HPF Support Routines.

Source File

/usr/local/src/nortlib/drinit.c

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