home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Header: riseset.h,v 2.2 91/02/01 12:20:58 billr Exp $
- */
- /*
- * riseset.h
- *
- * Author: Bill Randle, Tektronix, Inc. <billr@saab.CNA.TEK.COM>
- *
- * Copyright (C) 1989, Tektronix, Inc. All Rights Reserved
- *
- * Permission is hereby granted to use and modify this code in source
- * or binary form as long as it is not sold for profit and this copyright
- * notice remains intact.
- */
-
- /*
- * index into riseset_buf[]
- */
- #define B_GMT 0 /* Greenwich Mean Time (GMT) (==UTC) */
- #define B_TDT 1 /* Terrestrial Dynamical Time */
- #define B_LCT 2 /* Local Civil Time */
- #define B_LMT 3 /* Local Mean Time */
- #define B_POM 4 /* Phase Of Moon */
- #define B_JLD 5 /* Julian Day */
- #define B_GST 6 /* Greenwich Mean Sideral Time */
- #define B_LST 7 /* Local Sidereal Time */
- #define B_LHA 8 /* L.H.A. of Sun */
- #define B_SDE 9 /* Declination of Sun */
- #define B_SAZ 10 /* Azimuth of Sun */
- #define B_SEL 11 /* Elevation of Sun */
- #define B_SRD 12 /* Sun Rise Today */
- #define B_SSD 13 /* Sun Set Today */
- #define B_SRT 14 /* Sun Rise Tomorrow */
- #define B_SST 15 /* Sun Set Tomorrow */
- #define B_MRD 16 /* Moon Rise Today */
- #define B_MSD 17 /* Moon Set Today */
- #define B_MRT 19 /* Moon Rise Tomorrow */
- #define B_MST 20 /* Moon Set Tomorrow */
- #define B_DMY 21 /* Day-Month-Year */
- #define B_LOD 22 /* Length of Day (Sunlight) */
-
- #define B_SIZE (B_LOD+1)
-