Changeset 396 for trunk/archive/pslib/include/psDateTime.h
- Timestamp:
- Apr 7, 2004, 12:42:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psDateTime.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psDateTime.h
r344 r396 14 14 * \{ 15 15 */ 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. */ 20 typedef struct { 21 long numSeconds; ///< Number of seconds from some defined epoch 22 double fracSeconds; ///< Fraction of seconds 23 } psTime; 24 16 25 17 26 /** Get current MJD, for a timestamp \ingroup AstroGroup */
Note:
See TracChangeset
for help on using the changeset viewer.
