IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 10:17:52 AM (21 years ago)
Author:
drobbin
Message:

updated files in accordance with requested revisions in apidelta-report-cycle6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psTrace.h

    r4330 r4409  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-21 03:01:37 $
     11 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-28 20:17:52 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6060
    6161#ifdef DOXYGEN
    62 void psTrace(const char *facil,        ///< facilty of interest
    63              psS32 myLevel,            ///< desired trace level
    64              ...)                      ///< trace message arguments
    65 ;
     62void psTrace(
     63    const char *facil,                 ///< facilty of interest
     64    int level,                         ///< desired trace level
     65    ...                                ///< trace message arguments
     66);
     67
    6668#else
    6769/// Send a trace message
    68 void p_psTrace(const char *facil,      ///< facilty of interest
    69                psS32 myLevel,          ///< desired trace level
    70                ...)                    ///< trace message arguments
    71 ;
     70void p_psTrace(
     71    const char *facil,                 ///< facilty of interest
     72    psS32 myLevel,                     ///< desired trace level
     73    ...                                ///< trace message arguments
     74);
    7275
    7376#ifndef SWIG
     
    7881
    7982/// Set trace level
    80 psBool psTraceSetLevel(const char *facil,     ///< facilty of interest
    81                        psS32 level)     ///< desired trace level
    82 ;
     83psBool psTraceSetLevel(
     84    const char *facil,                 ///< facilty of interest
     85    int level                          ///< desired trace level
     86);
    8387
    8488/// Get the trace level
     
    9498
    9599/// Set the destination of future trace messages.
    96 void psTraceSetDestination(FILE * fp);
     100void psTraceSetDestination(
     101    FILE * fp                          ///<
     102);
    97103
    98104/// Get the current destination for trace messages.
Note: See TracChangeset for help on using the changeset viewer.