IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 21 years ago

#164 closed enhancement (later)

Need wrapper for psTrace() for SWIG

Reported by: rhl@… Owned by: Paul Price
Priority: high Milestone:
Component: sys Version: unspecified
Severity: minor Keywords:
Cc:

Description

SWIG cannot handle varargs functions, so we need a wrapper for psTrace:

#if defined(psTrace)
# undef psTrace
#endif

void psTrace(const char *comp, component being traced

int level, desired trace level
char *str)
output string

{

p_psTrace(comp, level, str);

}

Change History (2)

comment:1 by Paul Price, 22 years ago

Resolution: later
Status: newclosed

We'll worry about SWIG later.

comment:2 by Eric.VanAlst@…, 21 years ago

Alpha release 5 contains SWIG interface for psLib.

Note: See TracTickets for help on using tickets.