IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2005, 1:26:25 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2426 r3145  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-24 20:12:28 $
     11 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-02-07 23:26:24 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5858p_psComponent;
    5959
    60 #ifndef DOXYGEN
     60#ifdef DOXYGEN
     61void psTrace(const char *facil,        ///< facilty of interest
     62             psS32 myLevel,            ///< desired trace level
     63             ...)                      ///< trace message arguments
     64;
     65#else
    6166/// Send a trace message
    62 void p_psTrace(const char *facil,       ///< facilty of interest
    63                psS32 myLevel,     ///< desired trace level
    64                ...)             ///< trace message arguments
     67void p_psTrace(const char *facil,      ///< facilty of interest
     68               psS32 myLevel,          ///< desired trace level
     69               ...)                    ///< trace message arguments
    6570;
     71
     72#ifndef SWIG
     73#define psTrace(facil, level, ...) p_psTrace(facil, level, __VA_ARGS__)
     74#endif
     75
    6676#endif
    6777
     
    8999/* \} */// End of SystemGroup Functions
    90100
    91 #define psTrace(facil, level, ...) p_psTrace(facil, level, __VA_ARGS__)
    92101#endif
    93102
Note: See TracChangeset for help on using the changeset viewer.