IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2004, 3:26:25 PM (22 years ago)
Author:
gusciora
Message:

Changed function names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psTrace03.c

    r883 r905  
    11/*****************************************************************************
    22    This code will test whether trace messages can be printed successfully
    3     with psPrintTraceLevels().
     3    with psTracePrintLevels().
    44 *****************************************************************************/
    55#include <stdio.h>
     
    1313                            "psTracePrintLevels()");
    1414
    15     psSetTraceLevel(".", 9);
     15    psTraceSetLevel(".", 9);
    1616
    17     psSetTraceLevel(".a", 8);
    18     psSetTraceLevel(".b", 7);
    19     psSetTraceLevel(".c", 5);
     17    psTraceSetLevel(".a", 8);
     18    psTraceSetLevel(".b", 7);
     19    psTraceSetLevel(".c", 5);
    2020
    21     psSetTraceLevel(".a.a", 4);
    22     psSetTraceLevel(".a.b", 3);
     21    psTraceSetLevel(".a.a", 4);
     22    psTraceSetLevel(".a.b", 3);
    2323
    24     psSetTraceLevel(".b.a", 2);
    25     psSetTraceLevel(".b.b", 1);
     24    psTraceSetLevel(".b.a", 2);
     25    psTraceSetLevel(".b.b", 1);
    2626
    27     psSetTraceLevel(".c.a", 0);
    28     psSetTraceLevel(".c.b", 3);
    29     psSetTraceLevel(".c.c", 5);
     27    psTraceSetLevel(".c.a", 0);
     28    psTraceSetLevel(".c.b", 3);
     29    psTraceSetLevel(".c.c", 5);
    3030
    31     psPrintTraceLevels();
     31    psTracePrintLevels();
    3232
    3333    printFooter(stdout,
Note: See TracChangeset for help on using the changeset viewer.