IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2005, 5:21:42 PM (21 years ago)
Author:
jhoblitt
Message:

change psTimeFromISO() to accept a psTimeType to specifiy what time system the generated psTime object should be set to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r3845 r3846  
    1 %%% $Id: psLibSDRS.tex,v 1.212 2005-05-05 03:11:19 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.213 2005-05-05 03:21:42 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    48574857psTime *psTimeFromJD(psF64 input);
    48584858psTime *psTimeFromMJD(psF64 input);
    4859 psTime *psTimeFromISO(const char *input);
     4859psTime *psTimeFromISO(const char *input, psTimeType timeSystem);
    48604860psTime *psTimeFromTimeval(const timeval *input);
    48614861psTime *psTimeFromUTC(psS64 sec, psU32 nsec, bool leapsecond);
Note: See TracChangeset for help on using the changeset viewer.