IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2004, 9:53:57 PM (22 years ago)
Author:
Paul Price
Message:

Added constructor and destructor for psStats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psStats.h

    r344 r354  
    7979    );
    8080
     81/** Constructor */
     82psStats *
     83psStatsAlloc(psStatsOptions options     ///< Statistics to measure
     84    );
     85
     86/** Destructor */
     87void
     88psStatsFree(psStats *restrict stats     ///< Stats structure to destroy
     89    );
     90
    8191/***********************************************************************************************************/
    8292
Note: See TracChangeset for help on using the changeset viewer.