IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

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

    r344 r396  
    1414 *  \{
    1515 */
     16
     17/** psTime is the time structure we will use throughout.  This needs to be revised.  If we end up wrapping
     18    libTAI, then we'll probably just use their time struct.  But until then, we need this temporary
     19    definition. */
     20typedef struct {
     21    long numSeconds;                    ///< Number of seconds from some defined epoch
     22    double fracSeconds;                 ///< Fraction of seconds
     23} psTime;
     24
    1625
    1726/** Get current MJD, for a timestamp \ingroup AstroGroup */
Note: See TracChangeset for help on using the changeset viewer.