CppEphem
CppEphem.h
Go to the documentation of this file.
1 /***************************************************************************
2  * CppEphem.h: CppEphem *
3  * ----------------------------------------------------------------------- *
4  * Copyright © 2016 JCardenzana *
5  * ----------------------------------------------------------------------- *
6  * *
7  * This program is free software: you can redistribute it and/or modify *
8  * it under the terms of the GNU General Public License as published by *
9  * the Free Software Foundation, either version 3 of the License, or *
10  * (at your option) any later version. *
11  * *
12  * This program is distributed in the hope that it will be useful, *
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15  * GNU General Public License for more details. *
16  * *
17  * You should have received a copy of the GNU General Public License *
18  * along with this program. If not, see <http://www.gnu.org/licenses/>. *
19  * *
20  ***************************************************************************/
21 
27 #ifndef CppEphem_h
28 #define CppEphem_h
29 
30 // ALL THE CppEphem HEADERS
31 #include "CEAngle.h"
32 #include "CECoordinates.h"
33 #include "CEDate.h"
34 #include "CENamespace.h"
35 #include "CEObservation.h"
36 #include "CEObserver.h"
37 #include "CEPlanet.h"
38 #include "CERunningDate.h"
39 #include "CESkyCoord.h"
40 #include "CETime.h"
41 
42 #endif /* CppEphem_h */
CENamespace.h
CEObserver.h
CEPlanet.h
CEDate.h
CETime.h
CECoordinates.h
CEAngle.h
CEObservation.h
CERunningDate.h
CESkyCoord.h