Changeset 7704 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 26, 2006, 6:31:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r7702 r7704 1 %%% $Id: psLibSDRS.tex,v 1.41 4 2006-06-27 04:04:07jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.415 2006-06-27 04:31:21 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 6695 6695 psTime *psTimeFromISO(const char *input, psTimeType type); 6696 6696 psTime *psTimeFromTimeval(const struct timeval *input); 6697 psTime *psTimeFromTM(const struct tm* time);6697 psTime *psTimeFromTM(const struct tm* time); 6698 6698 psTime *psTimeFromUTC(psS64 sec, psU32 nsec, bool leapsecond); 6699 6699 psTime *psTimeFromTT(psS64 sec, psU32 nsec); 6700 psTime *psTimeStrptime(const char *s, const char *format); 6700 6701 \end{prototype} 6701 6702 … … 6703 6704 time to land on a UTC leapsecond (using \code{psTimeIsLeapSecond()}) if 6704 6705 \code{leapsecond} is set to \code{true}. 6706 6707 The \code{psTimeStrptime()} function parses the string \code{s} into a \code{psTime} using a \code{strptime(3)} compatible format specified as \code{format}. 6705 6708 6706 6709 \subsubsection{Date and Time Math}
Note:
See TracChangeset
for help on using the changeset viewer.
