Changeset 2190
- Timestamp:
- Oct 21, 2004, 2:14:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2189 r2190 1 %%% $Id: psLibSDRS.tex,v 1.14 1 2004-10-21 22:52:38price Exp $1 %%% $Id: psLibSDRS.tex,v 1.142 2004-10-22 00:14:20 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3441 3441 \begin{verbatim} 3442 3442 psTime *psTimeAdd(const psTime *time, psF64 delta); 3443 psF64 psTimeSubtract(const psTime *time 1, const psTime *time2);3443 psF64 psTimeSubtract(const psTime *time, psF64 delta); 3444 3444 psF64 psTimeDelta(const psTime *time1, const psTime *time2); 3445 3445 \end{verbatim} 3446 3446 \code{psTimeAdd} adds some time to a \code{psTime}. 3447 3447 \code{psTimeSubtract} subtracts two times. \code{psTimeDelta} gives 3448 the absolute time difference between two times. 3448 the difference between times \code{time1} and \code{time2} (which may 3449 be negative). 3449 3450 3450 3451 Time math may only be done on the \code{psTime} TAI type, and so the 3451 3452 functions shall internally convert the \code{psTime} inputs to TAI 3452 3453 before performing the math. The type of the time returned by 3453 \code{psTimeAdd} shall be the same as that of the input \code{time}. 3454 \code{psTimeAdd} and \code{psTimeSubtract} shall be the same as that 3455 of the input \code{time}. 3454 3456 3455 3457 \subsubsection{Time Tables}
Note:
See TracChangeset
for help on using the changeset viewer.
