source: Sophya/trunk/SophyaExt/XephemAstroLib/sattypes.h

Last change on this file was 4017, checked in by cmv, 14 years ago

fichiers de Xephem 3.7.5 update, cmv 21/09/2011

File size: 497 bytes
Line 
1#ifndef __SATTYPES_H
2#define __SATTYPES_H
3
4/* $Id: sattypes.h,v 1.9 2011-09-21 16:17:51 cmv Exp $ */
5
6typedef struct _Vec3 {
7 double x, y, z;
8} Vec3;
9
10
11typedef struct _LookAngle {
12 double az;
13 double el;
14 double r;
15} LookAngle;
16
17
18typedef struct _Geoloc {
19 double lt;
20 double ln;
21 double h;
22} GeoLoc;
23
24#endif /* __SATTYPES_H */
25
26/* For RCS Only -- Do Not Edit
27 * @(#) $RCSfile: sattypes.h,v $ $Date: 2011-09-21 16:17:51 $ $Revision: 1.9 $ $Name: not supported by cvs2svn $
28 */
Note: See TracBrowser for help on using the repository browser.