home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume17 / calentool / part23 / riseset.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-07  |  1.3 KB  |  43 lines

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